kmeans
A C++ library for k-means
|
Options for InitializeVariancePartition
.
More...
#include <InitializeVariancePartition.hpp>
Public Attributes | |
double | size_adjustment = 1 |
bool | optimize_partition = true |
Options for InitializeVariancePartition
.
Whether to optimize the partition boundary to minimize the sum of sum of squares within each of the two child partitions. If false, the partition boundary is simply defined as the mean.
double kmeans::InitializeVariancePartitionOptions::size_adjustment = 1 |
Size adjustment value, check out InitializeVariancePartition
for more details. This value should lie in [0, 1]
.