pub struct GrowthFunction {
pub vc_dim: usize,
}Expand description
Growth function Π_H(m) for a hypothesis class.
Fields§
§vc_dim: usizeVC dimension of the hypothesis class.
Implementations§
Auto Trait Implementations§
impl Freeze for GrowthFunction
impl RefUnwindSafe for GrowthFunction
impl Send for GrowthFunction
impl Sync for GrowthFunction
impl Unpin for GrowthFunction
impl UnsafeUnpin for GrowthFunction
impl UnwindSafe for GrowthFunction
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