Public Member Functions | |
| def | __init__ |
| zero is on negative side of decision boundary 0 / 1 | |
| def | distances |
| def | predict |
| def | sv_indices |
Public Attributes | |
| model | |
| nsamples | |
Definition at line 257 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.SVM.__init__ | ( | self, | |
| dataset, | |||
| params | |||
| ) |
zero is on negative side of decision boundary 0 / 1
Definition at line 262 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.SVM.distances | ( | self, | |
| instances | |||
| ) |
Definition at line 279 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.SVM.predict | ( | self, | |
| instances | |||
| ) |
Definition at line 275 of file recognize_3d.py.
| def hai_sandbox.recognize_3d.SVM.sv_indices | ( | self | ) |
Definition at line 272 of file recognize_3d.py.
Definition at line 262 of file recognize_3d.py.
Definition at line 262 of file recognize_3d.py.