Skip to main content

%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

FeedbackOpens in a new tab