Struct renforce::util::feature::BSFeature [] [src]

pub struct BSFeature<F: Float + Debug + 'static, T: Debug + Into<F>> { /* fields omitted */ }

Binary Slice Feature

1 iff the value in the specified dimension is in the given range

Methods

impl<F: Float + Debug + 'static, T: Debug + Into<F>> BSFeature<F, T>
[src]

Creates a new BSFeature

Trait Implementations

impl<F: Debug + Float + Debug + 'static, T: Debug + Debug + Into<F>> Debug for BSFeature<F, T>
[src]

Formats the value using the given formatter.

impl<F: Clone + Float + Debug + 'static, T: Clone + Debug + Into<F>> Clone for BSFeature<F, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<F: Float + Debug + 'static + 'static, S: Space, T> Feature<S, F> for BSFeature<F, T> where T: Into<F> + Debug + Clone + 'static,
        S::Element: Into<Vec<T>>
[src]

Extracts some real-valued feature from a given state

Creates a cloned trait object of self