Module neuroflow::data

source ·
Expand description

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

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

Traits

  • Trait for getting specific element from set.