QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
rankingQuality | NUMBER | optional | ||||
targetFieldDisplayValue | xs:string | optional | ||||
targetFieldValue | xs:string | optional |
Element | PredictiveModelQuality |
<xs:element name="LiftData"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="ModelLiftGraph"/> <xs:element ref="OptimumLiftGraph" minOccurs="0"/> <xs:element ref="RandomLiftGraph" minOccurs="0"/> </xs:sequence> <xs:attribute name="targetFieldValue" type="xs:string"/> <xs:attribute name="targetFieldDisplayValue" type="xs:string"/> <xs:attribute name="rankingQuality" type="NUMBER"/> </xs:complexType> </xs:element> |