Documentation ¶
Index ¶
- func RandValueIn(valueAndProbability map[string]float64) func() string
- type Cell
- type Row
- type Rows
- type Table
- func (t *Table) AddColumn(columnName string, val interface{})
- func (t *Table) AddTag(tagFunc func() string)
- func (t *Table) CategoricalColumns(excludeColumns ...int) (columns []int, dimensions []int)
- func (t *Table) EachCell(cb func(rowNumber, columnNumber int, cell *Cell))
- func (t *Table) EachColumn(f func(columnName string, v *Cell))
- func (t *Table) EachRow(f func(row *Row))
- func (t *Table) Has(column string) bool
- func (t *Table) ToTensors(opts ToTensorOpts) (x *tensor.Dense, y *tensor.Dense)
- type ToTensorOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandValueIn ¶
Types ¶
type Cell ¶
func StringToCell ¶
type Row ¶
func StringsToRow ¶
type ToTensorOpts ¶
Click to show internal directories.
Click to hide internal directories.