Uses of Class
be.ac.ulb.mlg.utils.TestUtils.DataSize

Packages that use TestUtils.DataSize
be.ac.ulb.mlg.utils   
 

Uses of TestUtils.DataSize in be.ac.ulb.mlg.utils
 

Methods in be.ac.ulb.mlg.utils that return TestUtils.DataSize
static TestUtils.DataSize TestUtils.DataSize.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestUtils.DataSize[] TestUtils.DataSize.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in be.ac.ulb.mlg.utils with parameters of type TestUtils.DataSize
static double[][] TestUtils.generateData(TestUtils.DataSize size, double scale)
           
static double[][] TestUtils.generateData(TestUtils.DataSize size, double scale, double pMissing)
           
static boolean[][] TestUtils.generateIgnore(TestUtils.DataSize size)
           
static boolean[][] TestUtils.generateIgnore(TestUtils.DataSize size, double pIgnore)