Struct sbr::models::ewma::Hyperparameters[][src]

pub struct Hyperparameters { /* fields omitted */ }

Hyperparameters describing the EWMA model.

Methods

impl Hyperparameters
[src]

Build new hyperparameters.

Set the learning rate.

Set the L2 penalty.

Set the embedding dimensionality.

Set the number of epochs to run per each fit call.

Set the loss function.

Set number of threads to be used.

Set the type of paralellism.

Set the random number generator.

Set the random number generator from seed.

Set the optimizer type.

Set hyperparameters randomly: useful for hyperparameter search.

Build the implicit EWMA model.

Trait Implementations

impl Clone for Hyperparameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Hyperparameters
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations