Struct rusty_machine::learning::glm::Poisson [] [src]

pub struct Poisson;

The Poisson regression family.

Trait Implementations

impl Clone for Poisson
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Poisson
[src]

impl Debug for Poisson
[src]

Formats the value using the given formatter.

impl Criterion for Poisson
[src]

The link function of the GLM Criterion.

The variance of the regression family.

Initializes the mean value. Read more

Computes the working weights that make up the diagonal of the W matrix used in the iterative reweighted least squares algorithm. Read more

Computes the adjustment to the fitted values used during fitting. Read more

Applies the link function to a vector.

Applies the inverse of the link function to a vector.

Computes the gradient of the link function.