Package elki.projection
Class AbstractProjectionAlgorithm<R>
- java.lang.Object
-
- elki.projection.AbstractProjectionAlgorithm<R>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface elki.Algorithm
Algorithm.Utils
-
-
Constructor Summary
Constructors Constructor Description AbstractProjectionAlgorithm(boolean keep)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
removePreviousRelation(Relation<?> relation)
Remove the previous relation.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.Algorithm
autorun, getInputTypeRestriction
-
-
-
-
Field Detail
-
keep
private boolean keep
Keep the original data relation.
-
KEEP_ID
public static final OptionID KEEP_ID
Flag to keep the original projection
-
-
Method Detail
-
removePreviousRelation
protected void removePreviousRelation(Relation<?> relation)
Remove the previous relation. Manually also log index statistics, as we may be removing indexes.- Parameters:
relation
- Relation to remove
-
-