Package | Description |
---|---|
ambit2.base.data |
Base data structures; no chemistry.
|
ambit2.featureselection | |
ambit2.model.numeric |
Modifier and Type | Method and Description |
---|---|
void |
IModel.build()
Builds (trains) the model.
|
void |
IModel.predict()
Makes predictions using a previously built model.
|
Modifier and Type | Method and Description |
---|---|
void |
IAttributeSelection.evaluateAttributes(NearestNeighborsSearch<T> nn,
int numberOfAttributes) |
void |
RRelieFFAttributeSelection.evaluateAttributes(NearestNeighborsSearch<T> nn,
int numberOfAttributes) |
void |
AbstractAttributeSelection.transformAttributes(NearestNeighborsSearch<T> nn)
Transforms attributes stored in NearestNeighborsSearch, leaving only selected ones.
|
void |
IAttributeSelection.transformAttributes(NearestNeighborsSearch<T> nn) |
Modifier and Type | Method and Description |
---|---|
void |
DataCoverage.setParameters(Object points) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.