Answer reader for samples that are used by pyclustering library. More...
Public Member Functions | |
def | __init__ (self, answer_path) |
Creates instance of answer reader to read proper clustering results of samples. More... | |
def | get_clusters (self) |
Read proper clustering results. More... | |
def | get_noise (self) |
Read proper clustering results. More... | |
def | get_cluster_lengths (self) |
Read proper cluster lengths. More... | |
Answer reader for samples that are used by pyclustering library.
Definition at line 27 of file __init__.py.
def pyclustering.samples.answer_reader.__init__ | ( | self, | |
answer_path | |||
) |
Creates instance of answer reader to read proper clustering results of samples.
[in] | answer_path | (string): Path to clustering results (answers). |
Definition at line 33 of file __init__.py.
def pyclustering.samples.answer_reader.get_cluster_lengths | ( | self | ) |
Read proper cluster lengths.
Cluster length means amount of point in a cluster.
Definition at line 67 of file __init__.py.
def pyclustering.samples.answer_reader.get_clusters | ( | self | ) |
Read proper clustering results.
Definition at line 45 of file __init__.py.
Referenced by pyclustering.samples.answer_reader.get_cluster_lengths().
def pyclustering.samples.answer_reader.get_noise | ( | self | ) |
Read proper clustering results.
Definition at line 56 of file __init__.py.