Public Member Functions | |
def | __init__ |
def | classify |
def | get_closest_instances |
def | partial_pca_project |
def | select_next_instances |
def | select_next_instances_no_terminate |
def | train |
Public Attributes | |
classifier | |
classifiers | |
dataset | |
n | |
pca | |
reconstruction_err_toler | |
reconstruction_std_lim | |
reduced_dataset | |
rescaled_dataset | |
scale | |
sv_dist | |
sv_instances | |
use_pca | |
Private Member Functions | |
def | _balance_classes |
Definition at line 386 of file recognize_3d.py.
def hai_sandbox.recognize_3d.SVMPCA_ActiveLearner.__init__ | ( | self, | |
use_pca, | |||
reconstruction_std_lim = None , |
|||
reconstruction_err_toler = None , |
|||
old_learner = None , |
|||
pca = None |
|||
) |
Definition at line 387 of file recognize_3d.py.
def hai_sandbox.recognize_3d.SVMPCA_ActiveLearner._balance_classes | ( | self, | |
data, | |||
labels | |||
) | [private] |
Definition at line 520 of file recognize_3d.py.
def hai_sandbox.recognize_3d.SVMPCA_ActiveLearner.classify | ( | self, | |
instances | |||
) |
Definition at line 503 of file recognize_3d.py.
def hai_sandbox.recognize_3d.SVMPCA_ActiveLearner.get_closest_instances | ( | self, | |
instances, | |||
n = 1 |
|||
) |
Definition at line 425 of file recognize_3d.py.
def hai_sandbox.recognize_3d.SVMPCA_ActiveLearner.partial_pca_project | ( | self, | |
instances | |||
) |
Definition at line 419 of file recognize_3d.py.
def hai_sandbox.recognize_3d.SVMPCA_ActiveLearner.select_next_instances | ( | self, | |
instances, | |||
n = 1 |
|||
) |
Definition at line 437 of file recognize_3d.py.
def hai_sandbox.recognize_3d.SVMPCA_ActiveLearner.select_next_instances_no_terminate | ( | self, | |
instances, | |||
n = 1 |
|||
) |
Definition at line 452 of file recognize_3d.py.
def hai_sandbox.recognize_3d.SVMPCA_ActiveLearner.train | ( | self, | |
dataset, | |||
inputs_for_scaling, | |||
svm_params, | |||
variance_keep = .95 |
|||
) |
Definition at line 458 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.
Definition at line 458 of file recognize_3d.py.
Definition at line 458 of file recognize_3d.py.
Definition at line 458 of file recognize_3d.py.
Definition at line 458 of file recognize_3d.py.
Definition at line 387 of file recognize_3d.py.