Struct linfa_pls::PlsCcaParams [−][src]
pub struct PlsCcaParams<F: Float>(_);Implementations
Set the maximum number of iterations of the power method when algorithm=‘Nipals’. Ignored otherwise.
Set the tolerance used as convergence criteria in the power method: the algorithm stops whenever the squared norm of u_i - u_{i-1} is less than tol, where u corresponds to the left singular vector.
Trait Implementations
type Checked = PlsCcaValidParams<F>
type Checked = PlsCcaValidParams<F>
The checked hyperparameters
Checks the hyperparameters and returns a reference to the checked hyperparameters if successful Read more
Checks the hyperparameters and returns the checked hyperparameters if successful
Calls check() and unwraps the result