Uses of Class
tech.tablesaw.api.NumberColumn
Packages that use NumberColumn
-
Uses of NumberColumn in tech.tablesaw.api
Classes in tech.tablesaw.api with type parameters of type NumberColumnModifier and TypeClassDescriptionclass
NumberColumn<C extends NumberColumn<C,
T>, T extends Number> An abstract class that provides a partial implementation for columns of numeric dataSubclasses of NumberColumn in tech.tablesaw.apiModifier and TypeClassDescriptionclass
A column that contains double valuesclass
A column that contains float valuesclass
A column that contains int valuesclass
A column that contains long valuesclass
A column that contains short valuesMethods in tech.tablesaw.api that return NumberColumnModifier and TypeMethodDescriptionNumberColumn.set
(DoublePredicate condition, T newValue) Sets the value of all elements in this column matching condition to be equal to newValue and returns this columnNumberColumn.set
(DoublePredicate condition, NumberColumn<C, T> other) Updates this column where values matching the selection are replaced with the corresponding value from the given columnMethods in tech.tablesaw.api with parameters of type NumberColumnModifier and TypeMethodDescriptionNumberColumn.set
(DoublePredicate condition, NumberColumn<C, T> other) Updates this column where values matching the selection are replaced with the corresponding value from the given column