Uses of Class
it.unibz.algorithms.types.Row

Packages that use Row
it.unibz.algorithms.types   
 

Uses of Row in it.unibz.algorithms.types
 

Fields in it.unibz.algorithms.types declared as Row
private  Row DataSet.attributes
           
 

Fields in it.unibz.algorithms.types with type parameters of type Row
private  java.util.ArrayList<Row> DataSet.data
           
 

Methods in it.unibz.algorithms.types that return Row
 Row DataSet.getAttributes()
          It returns the attribute names
 

Methods in it.unibz.algorithms.types that return types with arguments of type Row
 java.util.ArrayList<Row> DataSet.getData()
          This method returns the data contained into the dataset
 

Method parameters in it.unibz.algorithms.types with type arguments of type Row
 void DataSet.setData(java.util.ArrayList<Row> data)
          This is the setter for the dataset content