|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| com.rapidminer.example.set | The available views (example sets) on the example tables. |
| com.rapidminer.operator.learner.meta | Meta learning schemes which uses other learning operators to increase the performance. |
| Uses of Condition in com.rapidminer.example.set |
|---|
| Classes in com.rapidminer.example.set that implement Condition | |
|---|---|
class |
AcceptAllCondition
This subclass of Condition serves to accept all examples. |
class |
AttributeValueFilter
The condition is fulfilled if an attribute has a value equal to, not equal to, less than, ... a given value. |
class |
AttributeValueFilterSingleCondition
The condition is fulfilled if an attribute has a value equal to, not equal to, less than, ... a given value. |
class |
CorrectPredictionCondition
This subclass of Condition serves to accept all examples which are
correctly predicted. |
class |
MissingAttributesCondition
This subclass of Condition serves to excludes all examples containing
no missing values from an example set. |
class |
MissingLabelsCondition
This subclass of Condition serves to exclude examples with known
labels from an example set. |
class |
NoMissingAttributesCondition
This subclass of Condition serves to excludes all examples containing
missing values from an example set. |
class |
NoMissingAttributeValueCondition
This subclass of Condition serves to excludes all examples containing
missing values within specified attributes from an example set. |
class |
NoMissingLabelsCondition
This subclass of Condition serves to exclude examples with unknown
labels from an example set. |
class |
WrongPredictionCondition
This subclass of Condition serves to accept all examples which are
wrongly predicted. |
| Methods in com.rapidminer.example.set that return Condition | |
|---|---|
static Condition |
ConditionedExampleSet.createCondition(java.lang.String name,
ExampleSet exampleSet,
java.lang.String parameterString)
Checks if the given name is the short name of a known condition and creates it. |
Condition |
WrongPredictionCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
NoMissingLabelsCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
NoMissingAttributeValueCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
NoMissingAttributesCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
MissingLabelsCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
MissingAttributesCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
CorrectPredictionCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
Condition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
AttributeValueFilterSingleCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
AttributeValueFilter.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
Condition |
AcceptAllCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
| Constructors in com.rapidminer.example.set with parameters of type Condition | |
|---|---|
ConditionedExampleSet(ExampleSet parent,
Condition condition)
Creates a new example which used only examples fulfilling the given condition. |
|
ConditionedExampleSet(ExampleSet parent,
Condition condition,
boolean inverted)
Creates a new example which used only examples fulfilling the given condition. |
|
ConditionExampleReader(java.util.Iterator<Example> parent,
Condition condition,
boolean inverted)
Deprecated. Constructs a new ConditionExampleReader the next() method of which returns only examples that fulfil a specified condition. |
|
| Uses of Condition in com.rapidminer.operator.learner.meta |
|---|
| Classes in com.rapidminer.operator.learner.meta that implement Condition | |
|---|---|
static class |
BayBoostStream.BatchFilterCondition
Class that filters an ExampleSet by the value of a special attribute. |
| Methods in com.rapidminer.operator.learner.meta that return Condition | |
|---|---|
Condition |
BayBoostStream.BatchFilterCondition.duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||