KMeansInitTypeRandomCenters Field |
http://www.emgu.com
Chooses random centers for k-Means initialization
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const KMeansInitType RandomCenters = 0
Public Const RandomCenters As KMeansInitType = 0
public:
literal KMeansInitType^ RandomCenters = 0
static val mutable RandomCenters: KMeansInitType
Field Value
Type:
KMeansInitType
See Also