Uses of Class
tech.tablesaw.table.Relation
Packages that use Relation
Package
Description
-
Uses of Relation in tech.tablesaw.api
Subclasses of Relation in tech.tablesaw.apiModifier and TypeClassDescriptionclass
A table of data, consisting of some number of columns, each of which has the same number of rows.Methods in tech.tablesaw.api with parameters of type Relation -
Uses of Relation in tech.tablesaw.conversion
Constructors in tech.tablesaw.conversion with parameters of type Relation -
Uses of Relation in tech.tablesaw.conversion.smile
Constructors in tech.tablesaw.conversion.smile with parameters of type Relation -
Uses of Relation in tech.tablesaw.io.string
Methods in tech.tablesaw.io.string with parameters of type Relation -
Uses of Relation in tech.tablesaw.table
Subclasses of Relation in tech.tablesaw.tableModifier and TypeClassDescriptionclass
A TableSlice is a facade around a Relation that acts as a filter.Methods in tech.tablesaw.table that return RelationModifier and TypeMethodDescriptionabstract Relation
Relation.addColumns
(Column<?>... cols) Adds the given columns to this Relation and returns the same relation.Relation.removeColumns
(int... columnIndexes) Removes the columns at the given 0-based indices from this Relation and returns the same relation.Relation.removeColumns
(String... columnName) Removes the columns with the given namesfrom this Relation and returns the same relation.abstract Relation
Relation.removeColumns
(Column<?>... columns) Removes the given columns from this Relation and returns the same relation.abstract Relation
Sets the name of this Relation and returns the same relation.