Holds additional data about a query needed for FirstValid score combiner.


The following tables list the members exposed by ConfidenceQlt.

Public Constructors

  Name Description
Static Public method ConfidenceQlt Overloaded.  
Top

Public Fields

  Name Description
Public field Static DFLT_CONFIDENCE_CUTOFF The default confidence cutoff to be used with most Learn Models. This field is read-only.
Top

Public Methods

  Name Description
Public method doNotPreindex Mark this querylet as to be ignored by the prefilter index.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method getConfidenceCutoff Return the confidence cutoff value for this querylet.
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method getMatchCutoff Return the match cutoff value for this querylet.
Public method getQuery Return the querylet as a NetricsQuery object.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method isPreIndexed Return true if this querylet is sent to the prefilter index.
Public method setConfidenceCutoff Set the confidence cut off value.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method ConfidenceQlt Overloaded.  
Top

See Also