Documentation ¶
Index ¶
- func Filter(dst_path, src_path string, row_ids_selected []Ident, rows_inverted bool, ...) error
- type Handle
- func (h *Handle) Close() error
- func (h *Handle) ColIdByIdx(idx int) Ident
- func (h *Handle) ColIds() []Ident
- func (h *Handle) ColIdxById(id Ident) (idx int, found bool)
- func (h *Handle) Cols() int
- func (h *Handle) RowById(id Ident) (row []float32, found bool)
- func (h *Handle) RowByIdx(idx int) []float32
- func (h *Handle) RowIdByIdx(idx int) Ident
- func (h *Handle) RowIds() []Ident
- func (h *Handle) RowIdxById(id Ident) (idx int, found bool)
- func (h *Handle) Rows() int
- type Ident
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handle ¶
type Handle struct {
// contains filtered or unexported fields
}
func (*Handle) ColIdByIdx ¶
func (*Handle) RowIdByIdx ¶
Click to show internal directories.
Click to hide internal directories.