Package org.apache.mahout.ga.watchmaker.cd.DataSet

Examples of org.apache.mahout.ga.watchmaker.cd.DataSet.NominalAttr


      vlist.add(nextToken(tokenizer));

    String[] values = new String[vlist.size()];
    vlist.toArray(values);

    return new NominalAttr(values);
  }
View Full Code Here

TOP

Related Classes of org.apache.mahout.ga.watchmaker.cd.DataSet.NominalAttr

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.