Struct vikos::model::Logistic [] [src]

pub struct Logistic<V: Vector>(_);

Models target as y = 1/(1+e^(m * x + c))

Trait Implementations

impl<V: Debug + Vector> Debug for Logistic<V>
[src]

Formats the value using the given formatter.

impl<V: Clone + Vector> Clone for Logistic<V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<V: Default + Vector> Default for Logistic<V>
[src]

Returns the "default value" for a type. Read more

impl<V: Decodable + Vector> Decodable for Logistic<V>
[src]

impl<V: Encodable + Vector> Encodable for Logistic<V>
[src]

impl<V> Model for Logistic<V> where V: Vector<Scalar=f64>
[src]

Input features

Predicts a target for the inputs based on the internal coefficents

The number of internal coefficents this model depends on

Value predict derived by the n-th coefficent at input

Mutable reference to the n-th coefficent