Trait linfa::dataset::Float[][src]

pub trait Float: NdFloat + FromPrimitive + Signed + Default + Sum + NumAssignOps { }

Floating point numbers

This trait bound multiplexes to the most common assumption of floating point number and implement them for 32bit and 64bit floating points. They are used in records of a dataset and, for regression task, in the targets as well.

Implementations on Foreign Types

impl Float for f32[src]

impl Float for f64[src]

Loading content...

Implementors

Loading content...