Struct renforce::util::feature::BBFeature
[−]
[src]
pub struct BBFeature<F: Float + Debug + 'static, S: Space> { /* fields omitted */ }
Binary Ball Feature
1 iff the state is close enough to the center
Methods
impl<F: Float + Debug + 'static, S: Space> BBFeature<F, S>
[src]
Trait Implementations
impl<F: Debug + Float + Debug + 'static, S: Debug + Space> Debug for BBFeature<F, S> where S::Element: Debug
[src]
impl<F: Clone + Float + Debug + 'static, S: Clone + Space> Clone for BBFeature<F, S> where S::Element: Clone
[src]
fn clone(&self) -> BBFeature<F, S>
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