|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfki.madm.mlwizard.landmarking.AbstractLandmarker
de.dfki.madm.mlwizard.landmarking.WorstNodeLm
public class WorstNodeLm
This landmark learner is a DecisionStumpLearner
, where a single
decision node is chosen according to the smallest gain ratio.
Field Summary |
---|
Fields inherited from class de.dfki.madm.mlwizard.landmarking.AbstractLandmarker |
---|
name, PARAMETER_PERFORMANCE_ACCURACY, performance |
Constructor Summary | |
---|---|
WorstNodeLm(com.rapidminer.example.ExampleSet exampleSet,
java.util.Map<java.lang.String,java.lang.String> parameters)
|
Method Summary |
---|
Methods inherited from class de.dfki.madm.mlwizard.landmarking.AbstractLandmarker |
---|
getAccuracy, getName, getPerformanceCriterion, getPerformanceValues, getPerformanceVector, learn, learnExampleSet, normalizeExampleSet, xValidation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorstNodeLm(com.rapidminer.example.ExampleSet exampleSet, java.util.Map<java.lang.String,java.lang.String> parameters) throws com.rapidminer.operator.OperatorCreationException, com.rapidminer.operator.OperatorException
com.rapidminer.operator.OperatorCreationException
com.rapidminer.operator.OperatorException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |