Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Datavec ¶
type Datavec interface {
Clone() Datavec
GetSize() int64
Open() (DataReader, error)
}
Datavec is an interface for all vector types
type PathVec ¶
PathVec is a filename vec type
func (*PathVec) Open ¶
func (p *PathVec) Open() (DataReader, error)
Open opens a file represented by a path vec
Click to show internal directories.
Click to hide internal directories.