Examples of splitByAttribute()


Examples of aima.core.learning.framework.DataSet.splitByAttribute()

  }

  @Test
  public void testDataSetSplit() throws Exception {
    DataSet ds = DataSetFactory.getRestaurantDataSet();
    Hashtable<String, DataSet> hash = ds.splitByAttribute("patrons");// this
    // should
    // be
    // the
    // generic
    // distribution
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.