Annex v0.2.0 Annex.Dataset View Source
A
Link to this section Summary
Functions
Random unifmormly splits a given dataset
into two datasets at a given frequency
.
Link to this section Types
Link to this type
inputs()
View Source
inputs()
View Source
inputs() :: Annex.Data.data()
inputs() :: Annex.Data.data()
Link to this type
labels()
View Source
labels()
View Source
labels() :: Annex.Data.data()
labels() :: Annex.Data.data()
Link to this type
row() View Source
Link to this type
t()
View Source
t()
View Source
t() :: [row(), ...]
t() :: [row(), ...]
Link to this section Functions
Link to this function
randomize(dataset) View Source
Link to this function
split(dataset, frequency) View Source
Random unifmormly splits a given dataset
into two datasets at a given frequency
.
Very useful for splitting traiings
Link to this function