Uses of Class
org.android.activityminer.pmml.model.knn.Row

Packages that use Row
org.android.activityminer.logic.classification Logic layer - classifiers, feature normalizer, PMML builder. 
org.android.activityminer.pmml.model.knn PMML - KNN representation. 
 

Uses of Row in org.android.activityminer.logic.classification
 

Method parameters in org.android.activityminer.logic.classification with type arguments of type Row
private  void KNN.trainPMMLModel(List<Row> rows, String[] orderedAttributeCols)
          Does train the classifier model from PMML data
 

Uses of Row in org.android.activityminer.pmml.model.knn
 

Fields in org.android.activityminer.pmml.model.knn with type parameters of type Row
private  List<Row> InlineTable.rows
          The list with table rows
 

Methods in org.android.activityminer.pmml.model.knn that return Row
 Row RowConverter.read(org.simpleframework.xml.stream.InputNode node)
           
 

Methods in org.android.activityminer.pmml.model.knn that return types with arguments of type Row
 List<Row> InlineTable.getRows()
          Getter for the rows
 

Methods in org.android.activityminer.pmml.model.knn with parameters of type Row
 void RowConverter.write(org.simpleframework.xml.stream.OutputNode node, Row row)
           
 

Method parameters in org.android.activityminer.pmml.model.knn with type arguments of type Row
 void InlineTable.setRows(List<Row> rows)
          Setter for the rows