Classes | |
class | AbstractClassifier |
class | RFBreimanClassifier |
class | RFBreimanRefinedClassifier |
Functions | |
def | confusion_matrix_stats |
def | hard_load_pickle |
def | hard_save_pickle |
def | pool_loading |
def | pool_saving |
def | run_fold_process |
Variables | |
dictionary | classifiers_dict |
def pr2_overhead_grasping.classifiers.confusion_matrix_stats | ( | confusion_mat | ) |
Definition at line 210 of file classifiers.py.
Definition at line 279 of file classifiers.py.
def pr2_overhead_grasping.classifiers.hard_save_pickle | ( | params | ) |
Definition at line 273 of file classifiers.py.
Definition at line 262 of file classifiers.py.
def pr2_overhead_grasping.classifiers.pool_saving | ( | objs, | |
fns | |||
) |
Definition at line 268 of file classifiers.py.
Definition at line 242 of file classifiers.py.
00001 {"small_random_forest" : RFBreimanClassifier(20), 00002 "large_random_forest" : RFBreimanClassifier(150), 00003 "small_refined_random_forest" : RFBreimanRefinedClassifier(20, 8, 100, 5, 2), 00004 "large_refined_random_forest" : RFBreimanRefinedClassifier(100, 8, 100, 5, 2)}
Definition at line 396 of file classifiers.py.