Struct linfa_clustering::AppxDbscanParams [−][src]
pub struct AppxDbscanParams<F: Float>(_);
Expand description
Helper struct for building a set of Approximated DBSCAN hyperparameters
Implementations
Trait Implementations
type Checked = AppxDbscanValidParams<F>
type Checked = AppxDbscanValidParams<F>
The checked hyperparameters
type Error = AppxDbscanParamsError
type Error = AppxDbscanParamsError
Error type resulting from failed hyperparameter checking
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