Synopsis
Vector linear regression.
Description
This operator performs a vector linear regression. It regresses all regular attributes upon a vector of labels. The attributes forming the vector have to be marked as special, the special role names of all label attributes have to start with label
. TODO: Adapt meta data of model, but needs change of complete construction...
Input
- training set: expects: ExampleSet
Output
- model:
- exampleSet:
Parameters
- use bias: Indicates if an intercept value should be calculated.
- ridge: The ridge parameter.