| BoostBoostType Property |
Type of the boosting algorithm.
See Boost::Types. Default value is Boost::REAL.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public BoostTypes BoostType { get; set; }
Public Property BoostType As BoostTypes
Get
Set
public:
property BoostTypes BoostType {
BoostTypes get ();
void set (BoostTypes value);
}
member BoostType : BoostTypes with get, set
Property Value
Type:
BoostTypesSee Also