Struct prophet::activation_fn::BaseFn [] [src]

pub struct BaseFn<T: Float> { /* fields omitted */ }

Represents the base function part of an activation function pair.

Trait Implementations

impl<T: Copy + Float> Copy for BaseFn<T>
[src]

impl<T: Clone + Float> Clone for BaseFn<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug + Float> Debug for BaseFn<T>
[src]

Formats the value using the given formatter.

impl<T: PartialEq + Float> PartialEq for BaseFn<T>
[src]

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

This method tests for !=.

impl<T: Float> From<fn(_: T) -> T> for BaseFn<T>
[src]

Performs the conversion.

impl<T: Float> Deref for BaseFn<T>
[src]

The resulting type after dereferencing

The method called to dereference a value