Struct linfa::composing::platt_scaling::PlattValidParams[][src]

pub struct PlattValidParams<F, O> { /* fields omitted */ }
Expand description

Parameters for Platt’s Newton method

Trait Implementations

Calibrate another model with Platt scaling

This function takes another model and binary decision dataset and calibrates it to produce probability values. The returned model therefore implements the prediction trait for probability targets.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.