Struct rusty_machine::learning::toolkit::cost_fn::CrossEntropyError [] [src]

pub struct CrossEntropyError;

The cross entropy error cost function.

Trait Implementations

impl Clone for CrossEntropyError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CrossEntropyError
[src]

impl Debug for CrossEntropyError
[src]

Formats the value using the given formatter.

impl CostFunc<Matrix<f64>> for CrossEntropyError
[src]

The cost function.

The gradient of the cost function.

impl CostFunc<Vector<f64>> for CrossEntropyError
[src]

The cost function.

The gradient of the cost function.