Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed corn.csv.gz CornCSVGZ []byte //go:embed iris.csv.gz IrisCSVGZ []byte //go:embed wine.csv.gz WineCSVGZ []byte //go:embed swiss_roll.csv.gz SwissRollCSVGZ []byte //go:embed stocks.csv.gz StocksCSVGZ []byte )
Embed the sample dataset files (compressed to reduce binary size)
Functions ¶
func GetDataset ¶
GetDataset returns the embedded dataset content by filename All datasets are stored compressed and decompressed on-the-fly to reduce binary size
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.