kmeans
A C++ library for k-means
Loading...
Searching...
No Matches
Public Attributes | List of all members
kmeans::InitializeVariancePartitionOptions Struct Reference

Options for InitializeVariancePartition. More...

#include <InitializeVariancePartition.hpp>

Public Attributes

double size_adjustment = 1
 
bool optimize_partition = true
 

Detailed Description

Options for InitializeVariancePartition.

Member Data Documentation

◆ optimize_partition

bool kmeans::InitializeVariancePartitionOptions::optimize_partition = true

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.

◆ size_adjustment

double kmeans::InitializeVariancePartitionOptions::size_adjustment = 1

Size adjustment value, check out InitializeVariancePartition for more details. This value should lie in [0, 1].


The documentation for this struct was generated from the following file: