public static class KMeansModel.KMeansJSONExportModel extends JSONModel
| Modifier and Type | Field and Description |
|---|---|
DistanceMeasure |
distanceMeasure
Distance measure.
|
List<double[]> |
mdlCenters
Centers of clusters.
|
formatVersion, JSON_MODEL_FORMAT_VERSION, modelClass, timestamp, uid| Constructor and Description |
|---|
KMeansJSONExportModel() |
KMeansJSONExportModel(Long timestamp,
String uid,
String modelClass) |
| Modifier and Type | Method and Description |
|---|---|
KMeansModel |
convert()
Convert JSON string to IgniteModel object.
|
public List<double[]> mdlCenters
public DistanceMeasure distanceMeasure
public KMeansModel convert()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.14.0 Release Date : September 29 2022