|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.generator.ClassificationFunction
com.rapidminer.operator.generator.OneThirdClassification
public class OneThirdClassification
The label is positive if att1 < 0.3333 and negative else.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.rapidminer.operator.generator.TargetFunction |
|---|
TargetFunction.FunctionException |
| Field Summary |
|---|
| Fields inherited from class com.rapidminer.operator.generator.ClassificationFunction |
|---|
lower, upper |
| Constructor Summary | |
|---|---|
OneThirdClassification()
|
|
| Method Summary | |
|---|---|
double |
calculate(double[] args)
Calculates the target function on arguments. |
| Methods inherited from class com.rapidminer.operator.generator.ClassificationFunction |
|---|
createArguments, getGeneratedMetaData, getLabel, getTotalNumberOfAttributes, getTotalNumberOfExamples, init, setLowerArgumentBound, setTotalNumberOfAttributes, setTotalNumberOfExamples, setUpperArgumentBound |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OneThirdClassification()
| Method Detail |
|---|
public double calculate(double[] args)
TargetFunction
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||