org.jdmp.core.algorithm.classification.meta
Interface SemiSupervisedClassifier
-
public interface SemiSupervisedClassifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ClassifieremptyCopy()voidpredict(ListDataSet dataSet)Matrixpredict(Matrix input, Matrix sampleWeight)voidreset()voidtrain(ListDataSet labeledData, ListDataSet unlabeledData)
-
-
-
Method Detail
-
predict
Matrix predict(Matrix input, Matrix sampleWeight) throws java.lang.Exception
- Throws:
java.lang.Exception
-
reset
void reset() throws java.lang.Exception- Throws:
java.lang.Exception
-
train
void train(ListDataSet labeledData, ListDataSet unlabeledData) throws java.lang.Exception
- Throws:
java.lang.Exception
-
predict
void predict(ListDataSet dataSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
emptyCopy
Classifier emptyCopy() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
DataMelt 3.0 © DataMelt by jWork.ORG