O
- Object typepublic interface DimensionSelectingSubspaceDistanceFunction<O> extends DistanceFunction<O>
Modifier and Type | Method and Description |
---|---|
long[] |
getSelectedDimensions()
Returns a bit set representing the selected dimensions.
|
void |
setSelectedDimensions(long[] dimensions)
Sets the selected dimensions according to the set bits in the given BitSet.
|
getInputTypeRestriction, instantiate, isMetric, isSquared, isSymmetric
long[] getSelectedDimensions()
Warning: no defensive copy is performed.
void setSelectedDimensions(long[] dimensions)
Warning: no defensive copy is performed.
dimensions
- a bit set designating the new selected dimensionsCopyright © 2019 ELKI Development Team. License information.