Package org.deidentifier.arx
Klasse DataHandleInput
java.lang.Object
org.deidentifier.arx.DataHandle
org.deidentifier.arx.DataHandleInput
An implementation of the DataHandle interface for input data.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetAttributeName(int column) Returns the name of the specified column.intgetGeneralization(String attribute) Returns the generalization level for the attribute.intReturns the number of columns in the dataset.intReturns the number of rows in the dataset.Returns an object providing access to basic descriptive statistics about the data represented by this handle.getValue(int row, int column) Returns the value in the specified cell.iterator()Returns an iterator over the data.Returns an iterator over the data in a random order.Von Klasse geerbte Methoden org.deidentifier.arx.DataHandle
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, swap
-
Methodendetails
-
getAttributeName
Beschreibung aus Klasse kopiert:DataHandleReturns the name of the specified column.- Angegeben von:
getAttributeNamein KlasseDataHandle- Parameter:
column- The column index- Gibt zurück:
- the attribute name
-
getGeneralization
Beschreibung aus Klasse kopiert:DataHandleReturns the generalization level for the attribute.- Angegeben von:
getGeneralizationin KlasseDataHandle- Parameter:
attribute- the attribute- Gibt zurück:
- the generalization
-
getNumColumns
public int getNumColumns()Beschreibung aus Klasse kopiert:DataHandleReturns the number of columns in the dataset.- Angegeben von:
getNumColumnsin KlasseDataHandle- Gibt zurück:
- the num columns
-
getNumRows
public int getNumRows()Beschreibung aus Klasse kopiert:DataHandleReturns the number of rows in the dataset.- Angegeben von:
getNumRowsin KlasseDataHandle- Gibt zurück:
- the num rows
-
getStatistics
Beschreibung aus Klasse kopiert:DataHandleReturns an object providing access to basic descriptive statistics about the data represented by this handle.- Angegeben von:
getStatisticsin KlasseDataHandle- Gibt zurück:
- the statistics
-
getValue
Beschreibung aus Klasse kopiert:DataHandleReturns the value in the specified cell.- Angegeben von:
getValuein KlasseDataHandle- Parameter:
row- The cell's row indexcolumn- The cell's column index- Gibt zurück:
- the value
-
iterator
Beschreibung aus Klasse kopiert:DataHandleReturns an iterator over the data.- Angegeben von:
iteratorin KlasseDataHandle- Gibt zurück:
- the iterator
-
shuffledIterator
Beschreibung aus Klasse kopiert:DataHandleReturns an iterator over the data in a random order.- Angegeben von:
shuffledIteratorin KlasseDataHandle- Gibt zurück:
- the iterator
-