Package | Description |
---|---|
org.wso2.extension.siddhi.gpl.execution.streamingml.clustering.clustree.util |
Modifier and Type | Method and Description |
---|---|
List<Cluster> |
KMeansModel.getClusterList() |
static List<Cluster> |
WeightedKMeans.run(List<DataPoint> dataPointsArray,
int noOfClusters,
int maximumIterations,
int noOfDimensions) |
Modifier and Type | Method and Description |
---|---|
void |
KMeansModel.setClusterList(List<Cluster> clusterList) |
Copyright © 2019 WSO2. All rights reserved.