public interface IModel
RModel
as an example.Modifier and Type | Method and Description |
---|---|
void |
build()
Builds (trains) the model.
|
void |
predict()
Makes predictions using a previously built model.
|
void build() throws QSARModelException
QSARModelException
- if errors occur in data types, calls to the R session. See
the corresponding method in subclasses of this class for further details.void predict() throws QSARModelException
QSARModelException
- if errors occur in data types, calls to the R session. See
the corresponding method in subclasses of this class for further details.Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.