|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLandmarker | |
---|---|
de.dfki.madm.mlwizard.landmarking |
Uses of AbstractLandmarker in de.dfki.madm.mlwizard.landmarking |
---|
Subclasses of AbstractLandmarker in de.dfki.madm.mlwizard.landmarking | |
---|---|
class |
AverageNodeLm
This landmark learner is an Average landmark learner, where a DecisionStumpLearner for each attribute is created and then the
performance average is calculated. |
class |
DecisionNodeLm
This landmark learner is a DecisionStumpLearner , where a single
decision node is chosen according to the highest gain ratio. |
class |
KNNLearnerLm
This landmark learner uses the KNNLearner , where the k-value is by
default 1 except it is changed by the user. |
class |
NaiveBayesLm
This landmark learner is a NaiveBayes learner. |
class |
RandomlyChosenNodeLm
This landmark learner is a DecisionStumpLearner , where a single
decision node is chosen randomly. |
class |
WorstNodeLm
This landmark learner is a DecisionStumpLearner , where a single
decision node is chosen according to the smallest gain ratio. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |