- cloneState() - Method in class be.ac.ulb.mlg.utils.DefaultRenormalizer
-
- cloneState() - Method in interface be.ac.ulb.mlg.utils.Renormalizer
-
Avoid concurrent modification and inconsistent results when multi-threading is enabled.
- constructComputable(double[][]) - Static method in class be.ac.ulb.mlg.utils.MeasureUtils
-
Compute the missing value array for the matrix (samples x vars)
- countFeatures() - Method in class be.ac.ulb.mlg.utils.DefaultRenormalizer
-
Count the number of features
- countGroups() - Method in class be.ac.ulb.mlg.utils.DefaultRenormalizer
-
Count the number of groups
- countOccurencies(double[], double[], boolean) - Static method in class be.ac.ulb.mlg.utils.MeasureUtils
-
Compute the number of occurrences of each distinct value with a precision of EPSILON (consider integers).
- countOccurencies(double[][], double[], boolean[]) - Static method in class be.ac.ulb.mlg.utils.MeasureUtils
-
Compute the number of occurrences of each distinct value with a precision of EPSILON (consider integers).
- countSwap(double[]) - Static method in class be.ac.ulb.mlg.utils.MeasureUtils
-
Apply bubble sort to the comparable array and count the number of swaps