Enum rstar::RStarInsertionStrategy[][src]

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.