public interface Clusterer
void
predict(ListDataSet dataSet)
Matrix
predict(Matrix input, Matrix sampleWeight)
predict(Sample sample)
reset()
train(ListDataSet dataSet)
void reset() throws Exception
Exception
void train(ListDataSet dataSet) throws Exception
void predict(Sample sample) throws Exception
void predict(ListDataSet dataSet) throws Exception
Matrix predict(Matrix input, Matrix sampleWeight) throws Exception
Copyright © 2015 Java Data Mining Package. All rights reserved.