Create a Model object given a dataset and an inducer.
Usage
Model(
inducer.name,
inducer.configuration,
data.name,
data.target,
data.features,
fitted.values = NULL,
coefficients = NULL,
modelInfo = NULL,
model.out,
model.data
)
Arguments
- inducer.name
The name of the inducer
- inducer.configuration
The configuration of the Inducer
- data.name
The name of the Dataset used in the model.
- data.target
The name of the target variable.
- data.features
The name of the features.
- fitted.values
The fitted values by the model.
- coefficients
The coefficients of the model
- modelInfo
The Info of the model.
- model.out
The model output.
- model.data
The data of the model.