Class KmeansEvaluator.ClusterTuple
- java.lang.Object
-
- org.apache.solr.client.solrj.io.Tuple
-
- org.apache.solr.client.solrj.io.eval.KmeansEvaluator.ClusterTuple
-
- All Implemented Interfaces:
Cloneable
,org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,org.noggit.JSONWriter.Writable
- Enclosing class:
- KmeansEvaluator
public static class KmeansEvaluator.ClusterTuple extends Tuple
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.commons.math3.ml.clustering.CentroidCluster<KmeansEvaluator.ClusterPoint>>
getClusters()
List<String>
getColumnLabels()
Matrix
getMembershipMatrix()
-
Methods inherited from class org.apache.solr.client.solrj.io.Tuple
clone, EOF, EXCEPTION, EXCEPTION, get, getBool, getBools, getDate, getDates, getDouble, getDoubles, getException, getFieldLabels, getFieldNames, getFields, getLong, getLongs, getMaps, getMetrics, getString, getStrings, merge, put, putAll, remove, setFieldLabels, setFieldNames, setMaps, setMetrics, writeMap
-
-
-
-
Method Detail
-
getMembershipMatrix
public Matrix getMembershipMatrix()
-
getClusters
public List<org.apache.commons.math3.ml.clustering.CentroidCluster<KmeansEvaluator.ClusterPoint>> getClusters()
-
-