public static final class AggregateKMeansRequest.Options extends Object
WHITEN
: When
set to 1 each of the columns is first normalized by its stdv - default
is not to whiten.
MAX_ITERS
:
Number of times to try to hit the tolerance limit before giving up -
default is 10.
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.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
MAX_ITERS
Number of times to try to hit the tolerance limit before giving up -
default is 10.
|
static String |
NUM_TRIES
Number of times to run the k-means algorithm with a different
randomly selected starting points - helps avoid local minimum.
|
static String |
WHITEN
When set to 1 each of the columns is first normalized by its stdv -
default is not to whiten.
|
public static final String WHITEN
public static final String MAX_ITERS
public static final String NUM_TRIES
Copyright © 2020. All rights reserved.