Material Clustering Benchmark
ClusteringAlgorithms.StopCondition Class Reference

Static Public Attributes

const int maxFailedSwaps = 0
 Stop when the number of failed swaps exceeds this value. More...
 
const int maxIterations = 20
 
const float varianceChangeThreshold = 1e-4f
 

Detailed Description

Definition at line 3 of file StopCondition.cs.

Member Data Documentation

◆ maxFailedSwaps

const int ClusteringAlgorithms.StopCondition.maxFailedSwaps = 0
static

Stop when the number of failed swaps exceeds this value.

Definition at line 10 of file StopCondition.cs.

◆ maxIterations

const int ClusteringAlgorithms.StopCondition.maxIterations = 20
static

Definition at line 11 of file StopCondition.cs.

◆ varianceChangeThreshold

const float ClusteringAlgorithms.StopCondition.varianceChangeThreshold = 1e-4f
static

Definition at line 5 of file StopCondition.cs.


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