Struct neural_network::back_prop::Connection [] [src]

pub struct Connection {
    pub weight: f64,
    pub prev_delta: f64,
}

Fields

Trait Implementations

impl Clone for Connection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Connection
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Connection
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl CustomIO for Connection
[src]

[src]

[src]

impl C for Connection
[src]

[src]

[src]