public interface IAttributeSelection<T>
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateAttributes(NearestNeighborsSearch<T> nn,
int numberOfAttributes) |
boolean |
isEvaluated() |
void |
setEvaluated(boolean evaluated) |
void |
transformAttributes(NearestNeighborsSearch<T> nn) |
T |
transformToSelected(T attributes) |
void evaluateAttributes(NearestNeighborsSearch<T> nn, int numberOfAttributes) throws QSARModelException
QSARModelExceptionvoid transformAttributes(NearestNeighborsSearch<T> nn) throws QSARModelException
QSARModelExceptionboolean isEvaluated()
void setEvaluated(boolean evaluated)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.