Skip to main content

Linear Regression Model to ExampleSet

Synopsis

Converts a Linear Regression Model created by a Linear Regression Learner into an ExampleSet.

Description

This Operator takes a Linear Regression Model created by a Linear Regression Learner and converts it into a ExampleSet. The ExampleSet contains the names of the used attributes, the coefficients of the model and more statistical information.

Input

model

The Linear Regression Model which will be converted into an ExampleSet.

Output

example set

ExampleSet which contains the same information as the original Linear Regression Model.

original

The original Linear Regression Model.

Parameters