CvTrainTestSplit Constructor (Int32, Boolean) OpenCvSharp Class Library
Initializes a new instance of the CvTrainTestSplit class

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvTrainTestSplit(
	int trainSampleCount,
	bool mix = true
)

Parameters

trainSampleCount
Type: SystemInt32

[Missing <param name="trainSampleCount"/> documentation for "M:OpenCvSharp.CPlusPlus.CvTrainTestSplit.#ctor(System.Int32,System.Boolean)"]

mix (Optional)
Type: SystemBoolean

[Missing <param name="mix"/> documentation for "M:OpenCvSharp.CPlusPlus.CvTrainTestSplit.#ctor(System.Int32,System.Boolean)"]

See Also

Reference