gmmd.classifier.store_full_classify_result
- gmmd.classifier.store_full_classify_result(data, class_name_array, confidence_threshold, path)
Store the full classification result in
{path}/GMM_full.csv. The result will contain all cluster ids, and the corresponding names can be found in{path}/GMM_full.config.- Parameters
data (
pandas.DataFrame) – Classification result, generated bygmmd.classifier.classify_drops().class_name_array (
list) – All class names, generated bygmmd.classifier.classify_drops().path (
String) – File path to store the result.