public static final class AggregateKMeansRequest.Options extends Object
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 © 2016. All rights reserved.