Uses of Class
org.apache.solr.client.solrj.io.eval.KmeansEvaluator.ClusterPoint
-
Packages that use KmeansEvaluator.ClusterPoint Package Description org.apache.solr.client.solrj.io.eval Evaluators for the Streaming Aggregation API -
-
Uses of KmeansEvaluator.ClusterPoint in org.apache.solr.client.solrj.io.eval
Methods in org.apache.solr.client.solrj.io.eval that return types with arguments of type KmeansEvaluator.ClusterPoint Modifier and Type Method Description List<org.apache.commons.math3.ml.clustering.CentroidCluster<KmeansEvaluator.ClusterPoint>>
KmeansEvaluator.ClusterTuple. getClusters()
Constructor parameters in org.apache.solr.client.solrj.io.eval with type arguments of type KmeansEvaluator.ClusterPoint Constructor Description ClusterTuple(Map<String,?> fields, List<org.apache.commons.math3.ml.clustering.CentroidCluster<KmeansEvaluator.ClusterPoint>> clusters, List<String> columnLabels)
ClusterTuple(Map<String,?> fields, List<org.apache.commons.math3.ml.clustering.CentroidCluster<KmeansEvaluator.ClusterPoint>> clusters, List<String> columnLabels, Matrix membershipMatrix)
-