Package elki.index.projected
Class LatLngAsECEFIndex.Factory<O extends elki.data.NumberVector>
- java.lang.Object
-
- elki.index.projected.ProjectedIndex.Factory<O,O>
-
- elki.index.projected.LatLngAsECEFIndex.Factory<O>
-
- Type Parameters:
O- Data type.
- All Implemented Interfaces:
elki.index.IndexFactory<O>
- Enclosing class:
- LatLngAsECEFIndex<O extends elki.data.NumberVector>
public static class LatLngAsECEFIndex.Factory<O extends elki.data.NumberVector> extends elki.index.projected.ProjectedIndex.Factory<O,O>Index factory.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleannorefineDisable refinement of distances.
-
Constructor Summary
Constructors Constructor Description Factory(elki.index.IndexFactory<O> inner, boolean materialize, boolean norefine, EarthModel model)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elki.index.projected.ProjectedIndex<O,O>instantiate(elki.database.relation.Relation<O> relation)
-
-
-
Constructor Detail
-
Factory
public Factory(elki.index.IndexFactory<O> inner, boolean materialize, boolean norefine, EarthModel model)
Constructor.- Parameters:
inner- Inner indexmaterialize- Flag to materialize the projectionnorefine- Flag to disable refinement of distancesmodel- Earth model
-
-