Module neuroflow::data [] [src]

Module contains functions, structs and traits for data storage, access, and processing.

The most valuable unit of this module is DataSet struct (which implement Executable trait) for easy managing of data. When you load data from file, it'll be placed into DataSet.

Structs

DataSet

Container for data storage. It is not important to use it but it can significantly simplify the work with NeuroFlow crate.

Traits

Extractable

Trait for getting specific element from set.