abstract class %DeepSee.PMML.Model.GeneralRegression
extends AbstractModel
parameter TRACEWEIGHTTYPE = "add";
How the weighting info in this models trace output needs to be interpreted.
Either of:
- "none": only rank info available
- "tree": trace info is a sequence of tree nodes leading to the prediction
- "add": additive contributions (total score might be a function of this sum)
- "multiply": multiplicative contributions (total score might be a function of this product)
property ContrastMatrices
[ MultiDimensional ];
..ContrastMatrices(predictor, row, col)
property PPMatrix
[ MultiDimensional ];
Based on
..PPMatrix(paramName, predictorName) = value
property ParamMatrix
[ MultiDimensional ];
Based on
..ParamMatrix(targetValue, paramName) = beta
property Parameters
[ MultiDimensional ];
Based on
..Parameters(paramName) = label
property Predictors
[ MultiDimensional ];
Based on and
..Predictors(paramName) = [factor|covariate]