Package | Description |
---|---|
tech.tablesaw.aggregate | |
tech.tablesaw.api | |
tech.tablesaw.index | |
tech.tablesaw.mapping | |
tech.tablesaw.table | |
tech.tablesaw.util |
Modifier and Type | Method and Description |
---|---|
default double |
AggregateFunction.agg(FloatColumn data) |
static double |
AggregateFunctions.meanDifference(FloatColumn column1,
FloatColumn column2) |
static double |
AggregateFunctions.sumDifference(FloatColumn column1,
FloatColumn column2) |
Modifier and Type | Method and Description |
---|---|
FloatColumn |
FloatColumn.abs() |
FloatColumn |
FloatColumn.copy() |
FloatColumn |
FloatColumn.cube() |
FloatColumn |
FloatColumn.cubeRoot() |
FloatColumn |
FloatColumn.cumProd()
Returns a new column with a cumulative product calculated
|
FloatColumn |
FloatColumn.cumSum()
Returns a new column with a cumulative sum calculated
|
FloatColumn |
FloatColumn.difference() |
FloatColumn |
FloatColumn.emptyCopy() |
FloatColumn |
FloatColumn.emptyCopy(int rowSize) |
FloatColumn |
FloatColumn.log10() |
FloatColumn |
FloatColumn.log1p()
Returns the natural log of the values in this column, after adding 1 to each so that zero
values don't return -Infinity
|
FloatColumn |
FloatColumn.logN()
Returns the natural log of the values in this column as a new FloatColumn
|
FloatColumn |
FloatColumn.neg()
For each item in the column, returns the same number with the sign changed.
|
FloatColumn |
ShortColumn.pctChange()
Returns a new column with a percent change calculated
|
FloatColumn |
FloatColumn.pctChange()
Returns a new column with a percent change calculated
|
FloatColumn |
FloatColumn.remainder(FloatColumn column2) |
FloatColumn |
FloatColumn.round() |
FloatColumn |
FloatColumn.sqrt() |
FloatColumn |
FloatColumn.square() |
FloatColumn |
FloatColumn.unique() |
Modifier and Type | Method and Description |
---|---|
Selection |
FloatColumn.isEqualTo(FloatColumn f) |
Selection |
FloatColumn.isGreaterThan(FloatColumn f) |
Selection |
FloatColumn.isLessThan(FloatColumn f) |
FloatColumn |
FloatColumn.remainder(FloatColumn column2) |
Constructor and Description |
---|
FloatIndex(FloatColumn column) |
Modifier and Type | Method and Description |
---|---|
default FloatColumn |
IntMapUtils.asPercent()
Return the elements of this column as the percentages of their value relative to the sum of all
elements
|
default FloatColumn |
ShortMapUtils.asPercent()
Return the elements of this column as the percentages of their value relative to the sum of all
elements
|
default FloatColumn |
LongMapUtils.asPercent()
Return the elements of this column as the percentages of their value relative to the sum of all
elements
|
default FloatColumn |
IntMapUtils.asRatio()
Return the elements of this column as the ratios of their value and the sum of all
elements
|
default FloatColumn |
ShortMapUtils.asRatio()
Return the elements of this column as the ratios of their value and the sum of all
elements
|
default FloatColumn |
LongMapUtils.asRatio()
Return the elements of this column as the ratios of their value and the sum of all
elements
|
default FloatColumn |
DateMapUtils.difference(DateColumn column1,
DateColumn column2,
ChronoUnit unit)
Calculates the temporal difference between each element of the receiver and the respective element of the
argument
|
default FloatColumn |
DateMapUtils.differenceInDays(DateColumn column2) |
default FloatColumn |
DateMapUtils.differenceInMonths(DateColumn column2) |
default FloatColumn |
DateMapUtils.differenceInWeeks(DateColumn column2) |
default FloatColumn |
DateMapUtils.differenceInYears(DateColumn column2) |
default FloatColumn |
IntMapUtils.divide(double value) |
default FloatColumn |
IntMapUtils.divide(int value) |
default FloatColumn |
IntMapUtils.divide(IntColumn divisor) |
default FloatColumn |
IntMapUtils.multiply(double value) |
Modifier and Type | Method and Description |
---|---|
FloatColumn |
Relation.floatColumn(int columnIndex) |
FloatColumn |
TemporaryView.floatColumn(int columnIndex) |
FloatColumn |
Relation.floatColumn(String columnName) |
FloatColumn |
TemporaryView.floatColumn(String columnName) |
Modifier and Type | Method and Description |
---|---|
static Stats |
Stats.create(FloatColumn values) |
Copyright © 2018. All rights reserved.