A B C D E F G I K L M N P R S T V 

S

scanned_values() - Method in class Assisted_Classes.SortTableDouble
 
scanned_values() - Method in class Assisted_Classes.SortTableMax
 
score(double[][], double[], boolean) - Method in class models.LeastSquare_Regression
The purpose of this method is to score a new set of variables where all the data is provided
score(double[][], double[], boolean) - Method in class models.Logistic_Regression
The purpose of this method is to score a new set of variables where the all the data is provided
Score_Set(double[][]) - Method in class models.Discriminant_Analysis
This method will score a newly given set [rows][columns] based on the betas that were computed before.
setArray(double[]) - Method in class Assisted_Classes.DescriptiveStatistics
It creates a new instance of DescriptiveStatistics and populates it with a double array.
setDataPoint(int, int, double) - Method in class Matrix.TwoDmatrix
This method's purpose in to set a double value in the matrix's given entry.
setDefaultContant(boolean) - Method in class models.LeastSquare_Regression
Method to change the default when setting a constant
setDimension(int, int) - Method in class Matrix.TwoDmatrix
setKvalue(String) - Method in class models.Multinomial_Logistic_Regression
This is as standard setter method for the value of the target category that will be left aside.
sorting(double[], double[][]) - Method in class Assisted_Classes.SortTableDouble
This is the main method that utilizes the sorting
sorting(double[], Object[][]) - Method in class Assisted_Classes.SortTableMax
This is the main method that utilizes the sorting
SortTableDouble - Class in Assisted_Classes
A simple class (not very efficient) for sorting a double array [][] based on another single one to used in PCA analysis.
SortTableDouble() - Constructor for class Assisted_Classes.SortTableDouble
 
SortTableMax - Class in Assisted_Classes
A simple class (not very efficient) for sorting an Object array [][] based on another single double one to used in Gini's calculation.
SortTableMax() - Constructor for class Assisted_Classes.SortTableMax
 
sub2ddoubledata(double[][]) - Method in class Matrix.TwoDmatrix
This method performs simple matrices' Subtraction given that all size checks are passed
sub2dmatrix(TwoDmatrix) - Method in class Matrix.TwoDmatrix
This method performs simple matrices' Subtraction given that all size checks are passed
sub2dmatrixForDouble(TwoDmatrix) - Method in class Matrix.TwoDmatrix
This method subtracts a matrix with a another matrix and returns the sum as double array [][]
sub2DoubleForDouble(double[][]) - Method in class Matrix.TwoDmatrix
This method subtracts a matrix with a another double array [][] and returns the sum as double array [][]
A B C D E F G I K L M N P R S T V