DTreesRegressionAccuracy Property |
http://www.emgu.com
Termination criteria for regression trees
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic float RegressionAccuracy { get; set; }
Public Property RegressionAccuracy As Single
Get
Set
public:
property float RegressionAccuracy {
float get ();
void set (float value);
}
member RegressionAccuracy : float32 with get, set
Property Value
Type:
Single
See Also