Uses of Class
nz.ac.waikato.adams.webservice.weka.Instance

Packages that use Instance
adams.flow.core   
nz.ac.waikato.adams.webservice.weka   
 

Uses of Instance in adams.flow.core
 

Methods in adams.flow.core with parameters of type Instance
static void DatasetHelper.addValue(Instance inst, int index, double value)
          Adds the double value to the Instance.
static void DatasetHelper.addValue(Instance inst, int index, String value)
          Adds the string value to the Instance.
 

Uses of Instance in nz.ac.waikato.adams.webservice.weka
 

Fields in nz.ac.waikato.adams.webservice.weka with type parameters of type Instance
protected  List<Instance> Instances.instance
           
 

Methods in nz.ac.waikato.adams.webservice.weka that return Instance
 Instance ObjectFactory.createInstance()
          Create an instance of Instance
 

Methods in nz.ac.waikato.adams.webservice.weka that return types with arguments of type Instance
 List<Instance> Instances.getInstance()
          Gets the value of the instance property.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.