Uses of Class
org.apache.mahout.ga.watchmaker.cd.DataSet

Packages that use DataSet
org.apache.mahout.ga.watchmaker.cd   
 

Uses of DataSet in org.apache.mahout.ga.watchmaker.cd
 

Methods in org.apache.mahout.ga.watchmaker.cd that return DataSet
static DataSet DataSet.getDataSet()
          Singleton DataSet
static DataSet FileInfoParser.parseFile(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path inpath)
          Initializes a dataset using an info file.
 

Methods in org.apache.mahout.ga.watchmaker.cd with parameters of type DataSet
static void DataSet.initialize(DataSet dataset)
          Initializes the singleton dataset
protected static double CDRule.randomCategorical(DataSet dataset, int attrInd, java.util.Random rng)
           
protected static double CDRule.randomNumerical(DataSet dataset, int attrInd, java.util.Random rng)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.