Click or drag to resize

indexDomainAssertionResult Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.index.core.indexDomainAssertionResult"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryindexDomainContentEnum, ListString
    aceEnumDictionaryindexDomainContentEnum, ListString
      aceEnumListSetindexDomainContentEnum, String
        imbWEM.Core.index.coreindexAssertionBaseindexDomainContentEnum, String
          imbWEM.Core.index.coreindexDomainAssertionResult

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class indexDomainAssertionResult : indexAssertionBase<indexDomainContentEnum, string>

The indexDomainAssertionResult type exposes the following members.

Constructors
  NameDescription
Public methodindexDomainAssertionResult
Initializes a new instance of the indexDomainAssertionResult class
Top
Properties
  NameDescription
Public propertycertainty
How Certain is the answer regarding the relevance relevant
(Inherited from indexAssertionBaseTEnum, T.)
Public propertyComparer (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public propertyCount (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public propertydomainTFIDFBuilt
Ratio of domains with built domain TFIDF. completeDomainTFIDF
Public propertyFlagEvaluated (Overrides indexAssertionBaseTEnum, TFlagEvaluated.)
Public propertyFlagIndexed (Overrides indexAssertionBaseTEnum, TFlagIndexed.)
Public propertyFlagRelevant (Overrides indexAssertionBaseTEnum, TFlagRelevant.)
Protected propertyflagsByItem (Inherited from indexAssertionBaseTEnum, T.)
Protected propertyhaveChange (Inherited from aceEnumListSetindexDomainContentEnum, String.)
Public propertyindexCoverage
Rate at witch evaluated items have their entry in the index
(Inherited from indexAssertionBaseTEnum, T.)
Public propertyIP_all
Ratio
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryindexDomainContentEnum, ListString.)
Protected propertyitems (Inherited from indexAssertionBaseTEnum, T.)
Public propertyKeys (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public propertymasterTFIDFApplied
Ratio of domains with applied master TFIDF on all pages. completeTFDFApplicationToPages
Public propertynotRelevant
Gets the not relevant ratio
(Inherited from indexAssertionBaseTEnum, T.)
Public propertyrelevant
relevant - precission
(Inherited from indexAssertionBaseTEnum, T.)
Public propertyValues (Inherited from DictionaryindexDomainContentEnum, ListString.)
Top
Methods
  NameDescription
Protected methodAcceptChanges (Inherited from aceEnumListSetindexDomainContentEnum, String.)
Public methodAdd(TEnum, T)
Support Flags and Enums -- automatically maintains if link was passed with new flags
(Inherited from indexAssertionBaseTEnum, T.)
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodAppend
Appends the specified flags to the link in case it exists. Unline Add(TEnum, T) it doesn't remove existing record on the same link
(Inherited from indexAssertionBaseTEnum, T.)
Public methodClear (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodContainsKey (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodContainsValue (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodCountAll (Inherited from aceEnumListSetindexDomainContentEnum, String.)
Public methodCountUnique (Inherited from indexAssertionBaseTEnum, T.)
Protected methoddeploy (Inherited from aceEnumDictionaryindexDomainContentEnum, ListString.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryindexDomainContentEnum, ListString.)
Protected methodrecalculate (Inherited from indexAssertionBaseTEnum, T.)
Protected methodrecalculateCustom (Overrides indexAssertionBaseTEnum, TrecalculateCustom.)
Public methodRemove(UTP) (Inherited from aceEnumListSetindexDomainContentEnum, String.)
Public methodRemove(TKey) (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryindexDomainContentEnum, ListString.)
Top
Fields
  NameDescription
Protected fieldoldHash (Inherited from aceEnumListSetindexDomainContentEnum, String.)
Protected fieldt (Inherited from aceEnumDictionaryindexDomainContentEnum, ListString.)
Top
See Also