public abstract class AbstractAttributeSelection<T> extends Object implements IAttributeSelection<T>
Modifier and Type | Field and Description |
---|---|
protected boolean |
evaluated |
Constructor and Description |
---|
AbstractAttributeSelection() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEvaluated() |
void |
setEvaluated(boolean evaluated) |
void |
transformAttributes(NearestNeighborsSearch<T> nn)
Transforms attributes stored in NearestNeighborsSearch, leaving only selected ones.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateAttributes, transformToSelected
public void transformAttributes(NearestNeighborsSearch<T> nn) throws QSARModelException
transformAttributes
in interface IAttributeSelection<T>
nn
- QSARModelException
public boolean isEvaluated()
isEvaluated
in interface IAttributeSelection<T>
public void setEvaluated(boolean evaluated)
setEvaluated
in interface IAttributeSelection<T>
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.