%DeepSee.PMML.Definition.Models.Regression.RegressionTable
class %DeepSee.PMML.Definition.Models.Regression.RegressionTable extends %DeepSee.PMML.Definition.extendableNode
Property Inventory
Properties
property CategoricalPredictors as list of %DeepSee.PMML.Definition.Models.Regression.CategoricalPredictor (XMLNAME = "CategoricalPredictor", XMLPROJECTION = "ELEMENT");
Property methods: CategoricalPredictorsBuildValueArray(), CategoricalPredictorsCollectionToDisplay(), CategoricalPredictorsCollectionToOdbc(), CategoricalPredictorsDisplayToCollection(), CategoricalPredictorsGet(), CategoricalPredictorsGetObject(), CategoricalPredictorsGetObjectId(), CategoricalPredictorsGetSwizzled(), CategoricalPredictorsIsValid(), CategoricalPredictorsOdbcToCollection(), CategoricalPredictorsSet(), CategoricalPredictorsSetObject(), CategoricalPredictorsSetObjectId()
property Extension as list of %DeepSee.PMML.Definition.Extension (XMLPROJECTION = "ELEMENT");
Property methods: ExtensionBuildValueArray(), ExtensionCollectionToDisplay(), ExtensionCollectionToOdbc(), ExtensionDisplayToCollection(), ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsValid(), ExtensionOdbcToCollection(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId()
property NumericPredictors as list of %DeepSee.PMML.Definition.Models.Regression.NumericPredictor (XMLNAME = "NumericPredictor", XMLPROJECTION = "ELEMENT");
Property methods: NumericPredictorsBuildValueArray(), NumericPredictorsCollectionToDisplay(), NumericPredictorsCollectionToOdbc(), NumericPredictorsDisplayToCollection(), NumericPredictorsGet(), NumericPredictorsGetObject(), NumericPredictorsGetObjectId(), NumericPredictorsGetSwizzled(), NumericPredictorsIsValid(), NumericPredictorsOdbcToCollection(), NumericPredictorsSet(), NumericPredictorsSetObject(), NumericPredictorsSetObjectId()
property PredictorTerms as list of %DeepSee.PMML.Definition.Models.Regression.PredictorTerm (XMLNAME = "PredictorTerm", XMLPROJECTION = "ELEMENT");
Property methods: PredictorTermsBuildValueArray(), PredictorTermsCollectionToDisplay(), PredictorTermsCollectionToOdbc(), PredictorTermsDisplayToCollection(), PredictorTermsGet(), PredictorTermsGetObject(), PredictorTermsGetObjectId(), PredictorTermsGetSwizzled(), PredictorTermsIsValid(), PredictorTermsOdbcToCollection(), PredictorTermsSet(), PredictorTermsSetObject(), PredictorTermsSetObjectId()
property intercept as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: interceptDisplayToLogical(), interceptGet(), interceptIsValid(), interceptLogicalToDisplay(), interceptNormalize(), interceptSet(), interceptXSDToLogical()
property targetCategory as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: targetCategoryDisplayToLogical(), targetCategoryGet(), targetCategoryIsValid(), targetCategoryLogicalToDisplay(), targetCategoryLogicalToOdbc(), targetCategoryNormalize(), targetCategorySet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - %ValidatePMML()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()