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]
Trait Implementations
impl<F: Debug + Float + Debug + 'static, T: Debug + Debug + Into<F>> Debug for BSFeature<F, T>
[src]
impl<F: Clone + Float + Debug + 'static, T: Clone + Debug + Into<F>> Clone for BSFeature<F, T>
[src]
fn clone(&self) -> BSFeature<F, T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
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]
S::Element: Into<Vec<T>>