sonarfix: Avoid c-style array declarations

This commit is contained in:
aherbert 2022-10-13 17:41:22 +01:00
parent 5f3af10635
commit b9209b212a
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ public class ElkanKMeansPlusPlusClusterer<T extends Clusterable>
* @param c index of the cluster * @param c index of the cluster
* @return true if conditions above satisfied false otherwise * @return true if conditions above satisfied false otherwise
*/ */
private static boolean isSkipNext(int partitions[], private static boolean isSkipNext(int[] partitions,
double[] u, double[] u,
double[][] l, double[][] l,
double[][] dcc, double[][] dcc,