|
Kinetica C# API
Version 7.2.3.0
|
A set of results returned by Kinetica.aggregateKMeans. More...
Inheritance diagram for kinetica.AggregateKMeansResponse:
Collaboration diagram for kinetica.AggregateKMeansResponse:Classes | |
| struct | Info |
| A set of string constants for the parameter info. More... | |
Properties | |
| IList< IList< double > > | means = new List<IList<double>>() [get, set] |
| The k-mean values found. More... | |
| IList< long > | counts = new List<long>() [get, set] |
| The number of elements in the cluster closest the corresponding k-means values. More... | |
| IList< double > | rms_dists = new List<double>() [get, set] |
| The root mean squared distance of the elements in the cluster for each of the k-means values. More... | |
| long | count [get, set] |
| The total count of all the clusters - will be the size of the input table. More... | |
| double | rms_dist [get, set] |
| The sum of all the rms_dists - the value the k-means algorithm is attempting to minimize. More... | |
| double | tolerance [get, set] |
| The distance between the last two iterations of the algorithm before it quit. More... | |
| int | num_iters [get, set] |
| The number of iterations the algorithm executed before it quit. More... | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. More... | |
Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
Properties inherited from Avro.Specific.ISpecificRecord | |
| Schema | Schema [get] |
Additional Inherited Members | |
Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type More... | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type More... | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object More... | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More... | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type More... | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type More... | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object More... | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object More... | |
Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. More... | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.aggregateKMeans.
Definition at line 342 of file AggregateKMeans.cs.
|
getset |
The total count of all the clusters - will be the size of the input table.
Definition at line 367 of file AggregateKMeans.cs.
|
getset |
The number of elements in the cluster closest the corresponding k-means values.
Definition at line 359 of file AggregateKMeans.cs.
|
getset |
Additional information.
The default value is an empty Dictionary.
Definition at line 393 of file AggregateKMeans.cs.
|
getset |
The k-mean values found.
Definition at line 355 of file AggregateKMeans.cs.
|
getset |
The number of iterations the algorithm executed before it quit.
Definition at line 379 of file AggregateKMeans.cs.
|
getset |
The sum of all the rms_dists - the value the k-means algorithm is attempting to minimize.
Definition at line 371 of file AggregateKMeans.cs.
|
getset |
The root mean squared distance of the elements in the cluster for each of the k-means values.
Definition at line 363 of file AggregateKMeans.cs.
|
getset |
The distance between the last two iterations of the algorithm before it quit.
Definition at line 375 of file AggregateKMeans.cs.