Documentation ¶
Overview ¶
Package hdf5 is load hdf5 file
Package hdf5 is load hdf5 file ¶
Package hdf5 is load hdf5 file
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Data ¶
type DatasetName ¶
type DatasetName int
const ( Original DatasetName = iota FashionMNIST784Euclidean )
func (DatasetName) String ¶
func (d DatasetName) String() string
type DatasetUrl ¶
type DatasetUrl int
const (
FashionMNIST784EuclideanUrl DatasetUrl = iota
)
func (DatasetUrl) String ¶
func (d DatasetUrl) String() string
type Option ¶
type Option func(d *data) error
func WithFilePath ¶
func WithName ¶
func WithName(dn DatasetName) Option
func WithNameByString ¶
Click to show internal directories.
Click to hide internal directories.