Type of the boosting algorithm.
See Boost::Types. Default value is Boost::REAL.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_BoostType();
function set_BoostType(value);
Property Value
Type:
BoostTypes
See Also