Package weka.classifiers.lazy.AM.label
Class LabelerFactory.BitSetLabelerFactory
- java.lang.Object
- 
- weka.classifiers.lazy.AM.label.LabelerFactory.BitSetLabelerFactory
 
- 
- All Implemented Interfaces:
- LabelerFactory
 - Enclosing interface:
- LabelerFactory
 
 public static class LabelerFactory.BitSetLabelerFactory extends java.lang.Object implements LabelerFactory 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface weka.classifiers.lazy.AM.label.LabelerFactoryLabelerFactory.BitSetLabelerFactory, LabelerFactory.CardinalityBasedLabelerFactory, LabelerFactory.IntLabelerFactory, LabelerFactory.LongLabelerFactory
 
- 
 - 
Constructor SummaryConstructors Constructor Description BitSetLabelerFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelercreateLabeler(weka.core.Instance testInstance, boolean ignoreUnknowns, MissingDataCompare mdc)Create and return a newLabelerinstance for labeling data instances via comparison with a test instance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface weka.classifiers.lazy.AM.label.LabelerFactorygetMaximumCardinality
 
- 
 
- 
- 
- 
Method Detail- 
createLabelerpublic Labeler createLabeler(weka.core.Instance testInstance, boolean ignoreUnknowns, MissingDataCompare mdc) Description copied from interface:LabelerFactoryCreate and return a newLabelerinstance for labeling data instances via comparison with a test instance.- Specified by:
- createLabelerin interface- LabelerFactory
- Parameters:
- testInstance- The instance being classified
- ignoreUnknowns- True if missing data should be ignored, false otherwise
- mdc- The strategy for comparing missing data
- Returns:
- A new Labeler
 
 
- 
 
-