Show / Hide Table of Contents

Enum FlannCentersInit

The algorithm to use for selecting the initial centers when performing a k-means clustering step.

Namespace: OpenCvSharp.Flann
Assembly: OpenCvSharp.dll
Syntax
public enum FlannCentersInit

Fields

Name Description
Gonzales

picks the initial centers using Gonzales’ algorithm [flann_centers_init_t::CENTERS_GONZALES]

KMeansPP

picks the initial centers using the algorithm suggested in [arthur_kmeanspp_2007] [flann_centers_init_t::CENTERS_KMEANSPP]

Random

picks the initial cluster centers randomly [flann_centers_init_t::CENTERS_RANDOM]

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX