public interface SemiSupervisedClassifier
| Modifier and Type | Method and Description |
|---|---|
Classifier |
emptyCopy() |
void |
predict(ListDataSet dataSet) |
Matrix |
predict(Matrix input,
Matrix sampleWeight) |
void |
reset() |
void |
train(ListDataSet labeledData,
ListDataSet unlabeledData) |
void train(ListDataSet labeledData, ListDataSet unlabeledData) throws Exception
Exceptionvoid predict(ListDataSet dataSet) throws Exception
ExceptionClassifier emptyCopy() throws Exception
ExceptionCopyright © 2015 Java Data Mining Package. All rights reserved.