R
- Result type.public abstract class AbstractProjectionAlgorithm<R extends Result> extends AbstractAlgorithm<R>
Modifier and Type | Field and Description |
---|---|
private boolean |
keep
Keep the original data relation.
|
static OptionID |
KEEP_ID
Flag to keep the original projection
|
ALGORITHM_ID
Constructor and Description |
---|
AbstractProjectionAlgorithm(boolean keep)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
removePreviousRelation(Relation<?> relation)
Remove the previous relation.
|
getInputTypeRestriction, getLogger, run
private boolean keep
public static final OptionID KEEP_ID
public AbstractProjectionAlgorithm(boolean keep)
keep
- Keep the original projection.protected void removePreviousRelation(Relation<?> relation)
relation
- Relation to removeCopyright © 2019 ELKI Development Team. License information.