|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--utils.TestParameters
TestParameters
Constructor Summary | |
TestParameters()
|
Method Summary | |
static int |
getDoubleNumbersInATable(double[] table)
Returns the number of value which are different in this table |
static int |
getIntNumbersInATable(int[] table)
Returns the number of value which are different in this table |
static double |
getMaximumDoubleValue(double[] data)
Method getMaximumDoubleValue : To determine in an double[] which is the greatest value |
static int |
getMaximumIntValue(int[] data)
Method getMaximumIntValue : To determine in an int[] which is the greatest value |
static double |
getMinimumDoubleValue(double[] data)
Method getMinimumDoubleValue : To determine in an double[] which is the smallest value |
static int |
getMinimumIntValue(int[] data)
Method getMinimumIntValue : To determine in an int[] which is the smallest value |
static boolean |
has2DIntTableSameColumnsNumber(int[][] values)
|
static boolean |
hasDoubleTableSameValues(double[] table)
Returns true if all values of this table(double) are the same, else false |
static boolean |
hasIntTableSameValues(int[] table)
Returns true if all values of this table(int) are the same, else false |
static boolean |
isAudioTest(java.lang.String modelName)
|
static void |
main(java.lang.String[] args)
Methode: Main pour tester la classe |
static boolean |
testNormalizedParameter(double[] parameter)
Method testNormalizedParameter. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestParameters()
Method Detail |
public static boolean has2DIntTableSameColumnsNumber(int[][] values)
public static boolean hasDoubleTableSameValues(double[] table)
table
- of double
public static boolean hasIntTableSameValues(int[] table)
table
- of int
public static int getIntNumbersInATable(int[] table)
table
- it's an array of int
public static int getDoubleNumbersInATable(double[] table)
table
- it's an array of double
public static int getMaximumIntValue(int[] data)
data
-
public static double getMaximumDoubleValue(double[] data)
data
- an array of double
public static int getMinimumIntValue(int[] data)
data
-
public static double getMinimumDoubleValue(double[] data)
data
- an array of double
public static boolean testNormalizedParameter(double[] parameter)
parameter
-
public static boolean isAudioTest(java.lang.String modelName)
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |