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

A

acceptedCutPoints - Variable in class jncc20.MdlDiscretizer
Discretization intervals (if any) identified by the algorihtm
analyzePredictionsFileNbcNcc() - Method in class jncc20.Jncc.ResultsReporter
Computes statistics accuracy of NBC and NCC, by analyzing the predictions saved on a temporary file; then, saves the file the computed indicators and deletes the temporary file.
aParser - Variable in class jncc20.Jncc
Object for parsing ARFF files
arffFileAddress - Variable in class jncc20.ArffParser
Absolute Path of the main Arff file
ArffParser - Class in jncc20
Implementation of ARFF parser, used to parse training and testing files.
ArffParser(String, String, String) - Constructor for class jncc20.ArffParser
Initializes data members; than, scans the Arff file, checking the formal correctness of variable declarations, and the coherence of the data with the declarations; stores the information and the data loaded from file.
arffTestingFile - Variable in class jncc20.Jncc
Absolute Path of the testing Arff file
arffTestingFileAddress - Variable in class jncc20.ArffParser
Name of the testing Arff file
arffTestingFileAddress - Variable in class jncc20.Jncc
Name of the testing Arff file
arrayAvg(double[]) - Static method in class jncc20.ArrayUtils
Computes the average of the array, ignoring missing data (denoted as -9999); if all data are missing, returns -9999.
arrayAvg(int[]) - Static method in class jncc20.ArrayUtils
Computes the average of the array, ignoring missing data (denoted as -9999).
arrayStDev(double[]) - Static method in class jncc20.ArrayUtils
Computes the StdDev of the array, ignoring missing data (denoted as -9999); if all data are missing, returns -9999.
arrayStDev(int[]) - Static method in class jncc20.ArrayUtils
Computes the StdDev of the array, ignoring missing data (denoted as -9999).
arraySum(int[]) - Static method in class jncc20.ArrayUtils
Computes the sum of the array, ignoring missing data (denoted as -9999).
arraySum(double[]) - Static method in class jncc20.ArrayUtils
Computes the sum of the array, ignoring missing data (dentoed as -9999).
arraySumProduct(int[], int[]) - Static method in class jncc20.ArrayUtils
Computes Sum_i(Arr1[i]*Arr2[i]); term Arr1[j]*Arr2[j] is not included in the computation if Arr1[j] or Arr2[j] are -9999.
arraySumProduct(double[], double[]) - Static method in class jncc20.ArrayUtils
Computes Sum_i(Arr1[i]*Arr2[i]); term Arr1[j]*Arr2[j] is not included in the computation if Arr1[j] or Arr2[j] are -9999.
ArrayUtils - Class in jncc20
Methods for conversions between Arrays and ArraysList (and vice-versa), and for computing average and standard deviation of arrays, ignoring missing data (denoted as -9999).
ArrayUtils() - Constructor for class jncc20.ArrayUtils
 
arrList2Array(ArrayList<Integer>) - Static method in class jncc20.ArrayUtils
Converts an ArrayList into an array.
arrList2Array(ArrayList<Double>) - Static method in class jncc20.ArrayUtils
Converts an ArrayList into an array.

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