pub struct MethodsHpoOofAverage {
pub predictions: AggregatedPredictionBlock,
pub y_true: RegressionTargetBlock,
}Expand description
Per-sample OOF average retained with its matching targets. This is a
serializable equivalent of the transient OofAverageBlock.
Fields§
§predictions: AggregatedPredictionBlock§y_true: RegressionTargetBlockTrait Implementations§
Source§impl Clone for MethodsHpoOofAverage
impl Clone for MethodsHpoOofAverage
Source§fn clone(&self) -> MethodsHpoOofAverage
fn clone(&self) -> MethodsHpoOofAverage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MethodsHpoOofAverage
impl Debug for MethodsHpoOofAverage
Source§impl<'de> Deserialize<'de> for MethodsHpoOofAverage
impl<'de> Deserialize<'de> for MethodsHpoOofAverage
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MethodsHpoOofAverage, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MethodsHpoOofAverage, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MethodsHpoOofAverage
impl PartialEq for MethodsHpoOofAverage
Source§impl Serialize for MethodsHpoOofAverage
impl Serialize for MethodsHpoOofAverage
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for MethodsHpoOofAverage
Auto Trait Implementations§
impl Freeze for MethodsHpoOofAverage
impl RefUnwindSafe for MethodsHpoOofAverage
impl Send for MethodsHpoOofAverage
impl Sync for MethodsHpoOofAverage
impl Unpin for MethodsHpoOofAverage
impl UnsafeUnpin for MethodsHpoOofAverage
impl UnwindSafe for MethodsHpoOofAverage
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