|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.example.set.CorrectPredictionCondition
public class CorrectPredictionCondition
This subclass of Condition serves to accept all examples which are
correctly predicted.
| Constructor Summary | |
|---|---|
CorrectPredictionCondition()
Creates a new condition. |
|
CorrectPredictionCondition(ExampleSet exampleSet,
java.lang.String parameterString)
Throws an exception since this condition does not support parameter string. |
|
| Method Summary | |
|---|---|
boolean |
conditionOk(Example example)
Returns true if the example is correctly predicted. |
Condition |
duplicate()
Deprecated. Conditions should not be able to be changed dynamically and hence there is no need for a copy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CorrectPredictionCondition()
public CorrectPredictionCondition(ExampleSet exampleSet,
java.lang.String parameterString)
| Method Detail |
|---|
@Deprecated public Condition duplicate()
duplicate in interface Conditionpublic boolean conditionOk(Example example)
conditionOk in interface Condition
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||