public class SortTableMax
extends java.lang.Object
A simple class (not very efficient) for sorting an Object array [][] based on another single double one to used in Gini's calculation.
| Constructor and Description |
|---|
SortTableMax() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
scanned_values() |
void |
sorting(double[] Vars1,
java.lang.Object[][] all)
This is the main method that utilizes the sorting
|
java.lang.Object[][] |
value_matrix() |
public void sorting(double[] Vars1,
java.lang.Object[][] all)
This is the main method that utilizes the sorting
Vars1 - : An double array based on which the sorting will occurall - : The Object array to be sortedpublic double[] scanned_values()
public java.lang.Object[][] value_matrix()