|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.Operator
com.rapidminer.operator.AbstractExampleSetProcessing
com.rapidminer.operator.preprocessing.series.AbstractSeriesProcessing
com.rapidminer.operator.preprocessing.series.Series2WindowExamples
public abstract class Series2WindowExamples
This is the superclass for all series to example transformation operators based on windowing.
| Field Summary | |
|---|---|
static java.lang.String |
PARAMETER_CREATE_SINGLE_ATTRIBUTES
The parameter name for "Indicates if the result example set should use single attributes instead of series attributes. |
static java.lang.String |
PARAMETER_HORIZON
The parameter name for "The prediction horizon, i.e. the distance between the last window value and the value to predict. |
static java.lang.String |
PARAMETER_SERIES_REPRESENTATION
The parameter name for "This parameter defines how the series values will be represented. |
static java.lang.String |
PARAMETER_STEP_SIZE
The parameter name for "The step size of the used windows, i.e. the distance between the first values" |
static java.lang.String |
PARAMETER_WINDOW_SIZE
The parameter name for "The width of the used windows. |
static int |
SERIES_AS_ATTRIBUTES
|
static int |
SERIES_AS_EXAMPLES
|
static java.lang.String[] |
SERIES_REPRESENTATIONS
|
| Constructor Summary | |
|---|---|
Series2WindowExamples(OperatorDescription description)
|
|
| Method Summary | |
|---|---|
ExampleSet |
apply(ExampleSet exampleSet)
Delegate for the apply method. |
abstract Attribute |
createLabel(ExampleSet exampleSet,
int representation)
Subclasses have to override this method. |
abstract void |
fillSeriesExampleTable(MemoryExampleTable table,
ExampleSet exampleSet,
Attribute idAttribute,
int representation,
int width,
int stepSize,
int horizon)
The given label attribute might be null. |
abstract java.lang.String |
getNameForAttribute(Attribute[] originalAttributeArray,
int representation,
int windowWidth,
int horizon,
int totalCounter)
|
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
abstract int[] |
getValueTypes(ExampleSet exampleSet,
int representation,
int windowWidth)
|
abstract void |
performChecks(ExampleSet exampleSet,
int representation,
int width,
int stepSize,
int horizon)
|
| Methods inherited from class com.rapidminer.operator.AbstractExampleSetProcessing |
|---|
apply, getInputClasses, getOutputClasses |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PARAMETER_SERIES_REPRESENTATION
public static final java.lang.String PARAMETER_HORIZON
public static final java.lang.String PARAMETER_WINDOW_SIZE
public static final java.lang.String PARAMETER_STEP_SIZE
public static final java.lang.String PARAMETER_CREATE_SINGLE_ATTRIBUTES
public static final java.lang.String[] SERIES_REPRESENTATIONS
public static final int SERIES_AS_EXAMPLES
public static final int SERIES_AS_ATTRIBUTES
| Constructor Detail |
|---|
public Series2WindowExamples(OperatorDescription description)
| Method Detail |
|---|
public abstract void performChecks(ExampleSet exampleSet,
int representation,
int width,
int stepSize,
int horizon)
throws OperatorException
OperatorException
public abstract void fillSeriesExampleTable(MemoryExampleTable table,
ExampleSet exampleSet,
Attribute idAttribute,
int representation,
int width,
int stepSize,
int horizon)
throws OperatorException
OperatorException
public abstract int[] getValueTypes(ExampleSet exampleSet,
int representation,
int windowWidth)
public abstract java.lang.String getNameForAttribute(Attribute[] originalAttributeArray,
int representation,
int windowWidth,
int horizon,
int totalCounter)
public abstract Attribute createLabel(ExampleSet exampleSet,
int representation)
throws OperatorException
OperatorException
public ExampleSet apply(ExampleSet exampleSet)
throws OperatorException
AbstractExampleSetProcessing
apply in class AbstractExampleSetProcessingOperatorExceptionpublic java.util.List<ParameterType> getParameterTypes()
Operator
getParameterTypes in interface ParameterHandlergetParameterTypes in class Operator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||