pub enum RStarInsertionStrategy {}
Expand description

Inserts points according to the r-star heuristic.

The r*-heuristic focusses on good insertion quality at the costs of insertion performance. This strategy is best for use cases with few insertions and many nearest neighbor queries.

RStarInsertionStrategy is used as the default insertion strategy. See InsertionStrategy for more information on insertion strategies.

Trait Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.