public static class ANNClassificationModel.ANNJSONExportModel extends JSONModel
Modifier and Type | Field and Description |
---|---|
List<double[]> |
candidateFeatures
Centers of clusters.
|
ProbableLabel[] |
candidateLabels |
ANNClassificationTrainer.CentroidStat |
centroindsStat
Centroid statistics.
|
DistanceMeasure |
distanceMeasure
Distance measure.
|
int |
k
Amount of nearest neighbors.
|
boolean |
weighted
kNN strategy.
|
formatVersion, JSON_MODEL_FORMAT_VERSION, modelClass, timestamp, uid
Constructor and Description |
---|
ANNJSONExportModel() |
ANNJSONExportModel(Long timestamp,
String uid,
String modelClass) |
Modifier and Type | Method and Description |
---|---|
ANNClassificationModel |
convert()
Convert JSON string to IgniteModel object.
|
public List<double[]> candidateFeatures
public ProbableLabel[] candidateLabels
public DistanceMeasure distanceMeasure
public int k
public boolean weighted
public ANNClassificationTrainer.CentroidStat centroindsStat
public ANNClassificationModel convert()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021