public interface SemisupervisedClassifier extends MultiLabelClassifier
Modifier and Type | Method and Description |
---|---|
void |
introduceUnlabelledData(weka.core.Instances unlabeledInstances)
Set Unlabelled Data - provide unlabelled data prior to calling buildClassifier(Instances).
|
debugTipText, getDebug, getModel, setDebug
void introduceUnlabelledData(weka.core.Instances unlabeledInstances)
unlabeledInstances
- Instances for which the true class labels are not available for each instance.Copyright © 2017. All Rights Reserved.