Package | Description |
---|---|
org.wso2.extension.siddhi.gpl.execution.streamingml.clustering.clustree.util |
Modifier and Type | Method and Description |
---|---|
static Object[] |
WeightedKMeans.getAssociatedCentroidInfo(DataPoint currentDatapoint,
KMeansModel model)
similar to findAssociatedCluster method but return an Object[] array with the distance
to closest centroid and the coordinates of the closest centroid
|
Constructor and Description |
---|
Trainer(KMeansModel kMeansModel,
List<DataPoint> dataPointsArray,
int noOfClusters,
int maxIterations,
int noOfDimensions) |
Copyright © 2018 WSO2. All rights reserved.