Kinetica C# API
Version 6.0.1.0
|
Optional parameters. More...
Public Attributes | |
const string | WHITEN = "whiten" |
When set to 1 each of the columns is first normalized by its stdv - default is not to whiten. More... | |
const string | MAX_ITERS = "max_iters" |
Number of times to try to hit the tolerance limit before giving up - default is 10. More... | |
const string | NUM_TRIES = "num_tries" |
Number of times to run the k-means algorithm with a different randomly selected starting points - helps avoid local minimum. More... | |
Optional parameters.
A set of string constants for the parameter <member name="options">.
Definition at line 50 of file AggregateKMeans.cs.
const string kinetica.AggregateKMeansRequest.Options.MAX_ITERS = "max_iters" |
Number of times to try to hit the tolerance limit before giving up - default is 10.
Definition at line 59 of file AggregateKMeans.cs.
const string kinetica.AggregateKMeansRequest.Options.NUM_TRIES = "num_tries" |
Number of times to run the k-means algorithm with a different randomly selected starting points - helps avoid local minimum.
Default is 1.
Definition at line 64 of file AggregateKMeans.cs.
const string kinetica.AggregateKMeansRequest.Options.WHITEN = "whiten" |
When set to 1 each of the columns is first normalized by its stdv - default is not to whiten.
Definition at line 55 of file AggregateKMeans.cs.