Struct hal::data::Data [] [src]

pub struct Data {
    pub input: RefCell<Box<Array>>,
    pub target: RefCell<Box<Array>>,
}

Fields

Trait Implementations

impl Clone for Data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Shuffle for Data
[src]

[src]

impl Normalize for Data
[src]

Implementation of the Normalize operation for Data

Currently only mean subtraction & std-deviation division are supported. In the future we can add whitening, etc.

[src]

Auto Trait Implementations

impl Send for Data

impl !Sync for Data