%DeepSee.PMML.Definition.Target
class %DeepSee.PMML.Definition.Target extends %DeepSee.PMML.Definition.extendableNode
Property Inventory
Properties
property Values as list of TargetValue (XMLNAME = "TargetValue", XMLPROJECTION = "ELEMENT");
Property methods: ValuesBuildValueArray(), ValuesCollectionToDisplay(), ValuesCollectionToOdbc(), ValuesDisplayToCollection(), ValuesGet(), ValuesGetObject(), ValuesGetObjectId(), ValuesGetSwizzled(), ValuesIsValid(), ValuesOdbcToCollection(), ValuesSet(), ValuesSetObject(), ValuesSetObjectId()
property castInteger as %DeepSee.PMML.Datatype.String (VALUELIST = ",round,ceiling,floor", XMLPROJECTION = "ATTRIBUTE");
Property methods: castIntegerDisplayToLogical(), castIntegerGet(), castIntegerIsValid(), castIntegerLogicalToDisplay(), castIntegerLogicalToOdbc(), castIntegerNormalize(), castIntegerSet()
property field as %DeepSee.PMML.Datatype.FieldName (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: fieldDisplayToLogical(), fieldGet(), fieldIsValid(), fieldLogicalToDisplay(), fieldLogicalToOdbc(), fieldNormalize(), fieldSet()
property max as %Double (XMLPROJECTION = "ATTRIBUTE", XSDTYPE = "xs:double");
Property methods: maxDisplayToLogical(), maxGet(), maxIsValid(), maxLogicalToDisplay(), maxLogicalToXSD(), maxNormalize(), maxOdbcToLogical(), maxSet(), maxXSDToLogical()
property min as %Double (XMLPROJECTION = "ATTRIBUTE", XSDTYPE = "xs:double");
Property methods: minDisplayToLogical(), minGet(), minIsValid(), minLogicalToDisplay(), minLogicalToXSD(), minNormalize(), minOdbcToLogical(), minSet(), minXSDToLogical()
property optype as %DeepSee.PMML.Datatype.OpType (XMLPROJECTION = "ATTRIBUTE");
Property methods: optypeDisplayToLogical(), optypeGet(), optypeIsValid(), optypeLogicalToDisplay(), optypeLogicalToOdbc(), optypeNormalize(), optypeSet()
property rescaleConstant as %Double (XMLPROJECTION = "ATTRIBUTE", XSDTYPE = "xs:double") [ InitialExpression = 0 ];
Property methods: rescaleConstantDisplayToLogical(), rescaleConstantGet(), rescaleConstantIsValid(), rescaleConstantLogicalToDisplay(), rescaleConstantLogicalToXSD(), rescaleConstantNormalize(), rescaleConstantOdbcToLogical(), rescaleConstantSet(), rescaleConstantXSDToLogical()
property rescaleFactor as %Double (XMLPROJECTION = "ATTRIBUTE", XSDTYPE = "xs:double") [ InitialExpression = 1 ];
Property methods: rescaleFactorDisplayToLogical(), rescaleFactorGet(), rescaleFactorIsValid(), rescaleFactorLogicalToDisplay(), rescaleFactorLogicalToXSD(), rescaleFactorNormalize(), rescaleFactorOdbcToLogical(), rescaleFactorSet(), rescaleFactorXSDToLogical()
Inherited Members
Inherited Properties
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()