de.dfki.madm.mlwizard.landmarking
Class WorstNodeLm

java.lang.Object
  extended by de.dfki.madm.mlwizard.landmarking.AbstractLandmarker
      extended by de.dfki.madm.mlwizard.landmarking.WorstNodeLm

public class WorstNodeLm
extends AbstractLandmarker

This landmark learner is a DecisionStumpLearner, where a single decision node is chosen according to the smallest gain ratio.

Author:
Sarah Daniel

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

WorstNodeLm

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
Throws:
com.rapidminer.operator.OperatorCreationException
com.rapidminer.operator.OperatorException


Copyright © 2001-2009 by Rapid-I