Public Member Functions | Public Attributes | Static Private Attributes
svm.svm_problem Class Reference

List of all members.

Public Member Functions

def __init__

Public Attributes

 l
 n
 x
 x_space
 y

Static Private Attributes

tuple _fields_ = genFields(_names, _types)
list _names = ["l", "y", "x"]
list _types = [c_int, POINTER(c_double), POINTER(POINTER(svm_node))]

Detailed Description

Definition at line 90 of file svm.py.


Constructor & Destructor Documentation

def svm.svm_problem.__init__ (   self,
  y,
  x,
  isKernel = None 
)

Definition at line 95 of file svm.py.


Member Data Documentation

tuple svm.svm_problem::_fields_ = genFields(_names, _types) [static, private]

Definition at line 93 of file svm.py.

list svm.svm_problem::_names = ["l", "y", "x"] [static, private]

Definition at line 91 of file svm.py.

list svm.svm_problem::_types = [c_int, POINTER(c_double), POINTER(POINTER(svm_node))] [static, private]

Definition at line 92 of file svm.py.

Definition at line 95 of file svm.py.

Definition at line 95 of file svm.py.

Definition at line 95 of file svm.py.

Definition at line 95 of file svm.py.

Definition at line 95 of file svm.py.


The documentation for this class was generated from the following file:


target_obejct_detector
Author(s): CIR-KIT
autogenerated on Thu Jun 6 2019 20:19:57