entropy_metric {Clustering} | R Documentation |
Method to calculate the entropy.
Description
Method to calculate the entropy.
Usage
entropy_metric(conversion_data_frame, table_convert, column_dataset_label)
Arguments
conversion_data_frame |
A double with the result of the entropy calculation. |
table_convert |
Table conversion (variable - cluster). |
column_dataset_label |
Array with the calculation of the clustering algorithm. |
Value
Return a double with the result of the entropy calculation.
[Package Clustering version 1.7.10 Index]