Aspose::BarCode::Svm::BinarySvmModel class

BinarySvmModel class

class BinarySvmModel : public System::Object

Methods

MethodDescription
BinarySvmModel()
get_Kernel() const
get_SupportVector() const
get_Threshold() const
get_Weight() const
set_Kernel(System::SharedPtr<IKernel>)
set_SupportVector(System::ArrayPtr<double>)
set_Threshold(double)
set_Weight(double)

See Also