Documentation ¶
Overview ¶
I/O support for The Extreme Classification Repository Multi-label Datasets sparse format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMalformedHeader = errors.New("xcrepo.Scanner: malformed or missing header") ErrNotEnoughFields = errors.New("xcrepo.Scanner: not enough fields") ErrMalformedLabels = errors.New("xcrepo.Scanner: malformed labels") ErrMissingFeatures = errors.New("xcrepo.Scanner: missing features") ErrMalformedFeatures = errors.New("xcrepo.Scanner: malformed features") ErrLabelOutOfBounds = errors.New("xcrepo.Scanner: label value out of bounds") ErrFeatureIndexOutOfBounds = errors.New("xcrepo.Scanner: feature index out of bounds") )
Errors returned by Scanner.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func NewScanner ¶
func (*Scanner) LineNumber ¶
func (*Scanner) NumFeatures ¶
func (*Scanner) TotalPoints ¶
Click to show internal directories.
Click to hide internal directories.