Class | Description |
---|---|
Cluster |
This class represents a single cluster in the model
|
Clusterer |
class containing all mathematical logic needed to perform kmeans
|
DataPoint |
Object which holds the data from each event and information about centroids in terms of coordinates
|
KMeansModel |
stores info about the kmeans model
|
KMeansModelHolder |
singleton to store the kmeans models
|
Trainer |
trains the model using a separate thread when the batch size is larger than a specified value
|
Copyright © 2017 WSO2. All rights reserved.