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