org.android.activityminer.pmml.model.knn
Class InlineTable

Package class diagram package InlineTable
java.lang.Object
  extended by org.android.activityminer.pmml.model.knn.InlineTable
All Implemented Interfaces:
TrainingData

public class InlineTable
extends Object
implements TrainingData

The inline table representation (without extensions)


Field Summary
private  List<Row> rows
          The list with table rows
 
Constructor Summary
InlineTable()
           
 
Method Summary
 int getRowCount()
          Getter for the row count
 List<Row> getRows()
          Getter for the rows
 void setRows(List<Row> rows)
          Setter for the rows
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rows

private List<Row> rows
The list with table rows

Constructor Detail

InlineTable

public InlineTable()
Method Detail

setRows

public void setRows(List<Row> rows)
Setter for the rows

Parameters:
rows - the rows to set

getRows

public List<Row> getRows()
Getter for the rows

Returns:
the rows

getRowCount

public int getRowCount()
Getter for the row count

Returns:
the row count