Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%DeepSee.PMML.Model.Regression

abstract class %DeepSee.PMML.Model.Regression extends %DeepSee.PMML.Model.AbstractModel

Parameters

parameter TRACEWEIGHTTYPE = add;
Inherited description: 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)

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab