Public Member Functions | Public Attributes | Static Private Attributes | List of all members
svm.svm_problem Class Reference
Inheritance diagram for svm.svm_problem:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, y, x, isKernel=None)
 

Public Attributes

 l
 
 n
 
 x
 
 x_space
 
 y
 

Static Private Attributes

 _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 70 of file svm.py.

Constructor & Destructor Documentation

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

Definition at line 75 of file svm.py.

Member Data Documentation

svm.svm_problem._fields_ = genFields(_names, _types)
staticprivate

Definition at line 73 of file svm.py.

list svm.svm_problem._names = ["l", "y", "x"]
staticprivate

Definition at line 71 of file svm.py.

list svm.svm_problem._types = [c_int, POINTER(c_double), POINTER(POINTER(svm_node))]
staticprivate

Definition at line 72 of file svm.py.

svm.svm_problem.l

Definition at line 78 of file svm.py.

svm.svm_problem.n

Definition at line 86 of file svm.py.

svm.svm_problem.x

Definition at line 91 of file svm.py.

svm.svm_problem.x_space

Definition at line 81 of file svm.py.

svm.svm_problem.y

Definition at line 88 of file svm.py.


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


haf_grasping
Author(s): David Fischinger
autogenerated on Mon Jun 10 2019 13:28:44