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