public class KMeansClusteringTrainerParams extends Object
Modifier and Type | Field and Description |
---|---|
double[] |
globalVariances |
boolean |
isDiagonalOutputCovariance |
static boolean |
KMEANS_IS_DIAGONAL_COVARIANCE_DEFAULT |
static int |
KMEANS_MAX_ITERATIONS_DEFAULT |
static double |
KMEANS_MIN_CLUSTER_CHANGE_PERCENT_DEFAULT |
static int |
KMEANS_MIN_SAMPLES_IN_ONE_CLUSTER_DEFAULT |
int |
maxIterations |
double |
minClusterChangePercent |
double |
minCovarianceAllowed |
int |
minSamplesInOneCluster |
int |
numClusters |
Constructor and Description |
---|
KMeansClusteringTrainerParams() |
KMeansClusteringTrainerParams(GMMTrainerParams gmmParams) |
KMeansClusteringTrainerParams(KMeansClusteringTrainerParams existing) |
public static final int KMEANS_MAX_ITERATIONS_DEFAULT
public static final double KMEANS_MIN_CLUSTER_CHANGE_PERCENT_DEFAULT
public static final boolean KMEANS_IS_DIAGONAL_COVARIANCE_DEFAULT
public static final int KMEANS_MIN_SAMPLES_IN_ONE_CLUSTER_DEFAULT
public int numClusters
public int maxIterations
public double minClusterChangePercent
public boolean isDiagonalOutputCovariance
public int minSamplesInOneCluster
public double minCovarianceAllowed
public double[] globalVariances
public KMeansClusteringTrainerParams()
public KMeansClusteringTrainerParams(GMMTrainerParams gmmParams)
public KMeansClusteringTrainerParams(KMeansClusteringTrainerParams existing)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.