org.jdmp.core.algorithm.clustering
Interface Clusterer
-
- All Known Implementing Classes:
- AbstractClusterer, SelfOrganizingMap
public interface Clusterer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidpredict(ListDataSet dataSet)Matrixpredict(Matrix input, Matrix sampleWeight)voidpredict(Sample sample)voidreset()voidtrain(ListDataSet dataSet)
-
-
-
Method Detail
-
reset
void reset() throws java.lang.Exception- Throws:
java.lang.Exception
-
train
void train(ListDataSet dataSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
predict
void predict(Sample sample) throws java.lang.Exception
- Throws:
java.lang.Exception
-
predict
void predict(ListDataSet dataSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
DataMelt 3.0 © DataMelt by jWork.ORG