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