Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.table | |
tech.tablesaw.util |
Modifier and Type | Class and Description |
---|---|
class |
DoubleColumn
A column in a base table that contains double precision floating point values
|
class |
FloatColumn
A column in a base table that contains float values
|
class |
IntColumn
A column that contains signed 4 byte integer values
|
class |
LongColumn
A column that contains signed 8 byte integer values
|
class |
ShortColumn
A column that contains signed 2 byte integer values
|
Modifier and Type | Method and Description |
---|---|
NumericColumn |
Relation.nCol(int columnIndex)
Returns the column with the given name cast to a NumericColumn
|
NumericColumn |
Relation.nCol(String columnName)
Returns the column with the given name cast to a NumericColumn
|
NumericColumn |
Relation.numericColumn(int columnIndex) |
NumericColumn |
TemporaryView.numericColumn(int columnIndex) |
NumericColumn |
Relation.numericColumn(String columnName) |
NumericColumn |
TemporaryView.numericColumn(String columnName) |
Modifier and Type | Method and Description |
---|---|
static double[][] |
DoubleArrays.to2dArray(NumericColumn... columns) |
static double[][] |
DoubleArrays.to2dArray(NumericColumn x,
NumericColumn y) |
Copyright © 2017. All rights reserved.