mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{SVMSGD_.cpp} Namespace Reference

Variables

int last_id = 0
 Last object id to allocate. More...
 
map< int, Ptr< SVMSGD > > obj_
 Object container. More...
 
const ConstMap< string, int > MarginTypeMap
 Option values for margin types. More...
 
const ConstMap< int, stringInvMarginTypeMap
 Option values for inverse margin types. More...
 
const ConstMap< string, int > SvmsgdTypeMap
 Option values for SVMSGD types. More...
 
const ConstMap< int, stringInvSvmsgdTypeMap
 Option values for inverse SVMSGD types. More...
 

Variable Documentation

◆ InvMarginTypeMap

const ConstMap<int,string> anonymous_namespace{SVMSGD_.cpp}::InvMarginTypeMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for inverse margin types.

Definition at line 28 of file SVMSGD_.cpp.

◆ InvSvmsgdTypeMap

const ConstMap<int,string> anonymous_namespace{SVMSGD_.cpp}::InvSvmsgdTypeMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for inverse SVMSGD types.

Definition at line 38 of file SVMSGD_.cpp.

◆ last_id

int anonymous_namespace{SVMSGD_.cpp}::last_id = 0

Last object id to allocate.

Definition at line 18 of file SVMSGD_.cpp.

◆ MarginTypeMap

const ConstMap<string,int> anonymous_namespace{SVMSGD_.cpp}::MarginTypeMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for margin types.

Definition at line 23 of file SVMSGD_.cpp.

◆ obj_

map<int,Ptr<SVMSGD> > anonymous_namespace{SVMSGD_.cpp}::obj_

Object container.

Definition at line 20 of file SVMSGD_.cpp.

◆ SvmsgdTypeMap

const ConstMap<string,int> anonymous_namespace{SVMSGD_.cpp}::SvmsgdTypeMap
Initial value:
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Option values for SVMSGD types.

Definition at line 33 of file SVMSGD_.cpp.