Skip to content

SVMSGD

Singleton Methods

create -> Cv::Ptr≺cv꞉꞉ml꞉꞉SVMSGD≻

load(filepath: String, node_name: String) -> Cv::Ptr≺cv꞉꞉ml꞉꞉SVMSGD≻

Methods

get_initial_step_size -> Float

get_margin_regularization -> Float

get_margin_type -> Integer

get_shift -> Float

get_step_decreasing_power -> Float

get_svmsgd_type -> Integer

get_term_criteria -> Cv::TermCriteria

get_weights -> Cv::Mat

set_initial_step_size(initial_step_size: Float) -> NilClass

set_margin_regularization(margin_regularization: Float) -> NilClass

set_margin_type(margin_type: Integer) -> NilClass

set_optimal_parameters(svmsgd_type: Integer, margin_type: Integer) -> NilClass

set_step_decreasing_power(step_decreasing_power: Float) -> NilClass

set_svmsgd_type(svmsgd_type: Integer) -> NilClass

set_term_criteria(val: Cv::TermCriteria) -> NilClass