public class DataHandleInput extends DataHandle
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName(int column)
Returns the name of the specified column.
|
int |
getGeneralization(java.lang.String attribute)
Returns the generalization level for the attribute.
|
int |
getNumColumns()
Returns the number of columns in the dataset.
|
int |
getNumRows()
Returns the number of rows in the dataset.
|
StatisticsBuilder |
getStatistics()
Returns an object providing access to basic descriptive statistics about the data represented
by this handle.
|
java.lang.String |
getValue(int row,
int column)
Returns the value in the specified cell.
|
java.util.Iterator<java.lang.String[]> |
iterator()
Returns an iterator over the data.
|
getColumnIndexOf, getDataType, getDate, getDefinition, getDistinctValues, getDouble, getFloat, getInt, getLong, getMatchingDataTypes, getMatchingDataTypes, getMatchingDataTypes, getMatchingDataTypes, getMatchingDataTypes, getMatchingDataTypes, getMatchingDataTypes, getMatchingDataTypes, getNonConformingValues, getNumConformingValues, getRiskEstimator, getRiskEstimator, getRiskEstimator, getRiskEstimator, getRiskEstimator, getRiskEstimator, getRiskEstimator, getTransformation, getView, isOptimized, isOutlier, isReleased, isSuppressed, release, render, replace, save, save, save, save, save, save, save, save, save, sort, sort, sort, sort, swappublic java.lang.String getAttributeName(int column)
DataHandlegetAttributeName in class DataHandlecolumn - The column indexpublic int getGeneralization(java.lang.String attribute)
DataHandlegetGeneralization in class DataHandleattribute - the attributepublic int getNumColumns()
DataHandlegetNumColumns in class DataHandlepublic int getNumRows()
DataHandlegetNumRows in class DataHandlepublic StatisticsBuilder getStatistics()
DataHandlegetStatistics in class DataHandlepublic java.lang.String getValue(int row,
int column)
DataHandlegetValue in class DataHandlerow - The cell's row indexcolumn - The cell's column indexpublic java.util.Iterator<java.lang.String[]> iterator()
DataHandleiterator in class DataHandle