data.CONFIDENCE

Confidence is expressed as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly true.
Module
MEI
Used by
These class-based attributes use data.CONFIDENCE
att.ranging/@confidence
Declaration
<macroSpec ident="data.CONFIDENCE" module="MEI" type="dt">
<desc>Confidence is expressed as a real number between 0 and 1; 0 representing certainly false and 1 representing certainly true.</desc>
<content>
<rng:data type="decimal">
<rng:param name="minInclusive">0</rng:param>
<rng:param name="maxInclusive">1</rng:param>
</rng:data>
</content>
</macroSpec>