pub struct GaussianComplexity {
pub n: usize,
pub class_size: usize,
}Expand description
Gaussian complexity (Gaussian analog of Rademacher).
Fields§
§n: usizeNumber of samples n.
class_size: usizeNumber of hypotheses in the class.
Implementations§
Auto Trait Implementations§
impl Freeze for GaussianComplexity
impl RefUnwindSafe for GaussianComplexity
impl Send for GaussianComplexity
impl Sync for GaussianComplexity
impl Unpin for GaussianComplexity
impl UnsafeUnpin for GaussianComplexity
impl UnwindSafe for GaussianComplexity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more