Click or drag to resize

indexDomainAssertionResult Class

Home | 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.1.0.0 (0.1.0.0)
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.)
Public propertyindexCoverage
Rate at witch evaluated items have their entry in the index
(Inherited from indexAssertionBaseTEnum, T.)
Public propertyIP_all
Ratio
Public propertyItem (Inherited from DictionaryindexDomainContentEnum, ListString.)
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
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) (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
Counts all items in all sub collections
(Inherited from aceEnumListSetindexDomainContentEnum, String.)
Public methodCountUnique (Inherited from indexAssertionBaseTEnum, T.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodGetType (Inherited from Object.)
Public methodOnDeserialization (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodRemove(UTP)
Removes the specified item from all dictionaries
(Inherited from aceEnumListSetindexDomainContentEnum, String.)
Public methodRemove(TKey) (Inherited from DictionaryindexDomainContentEnum, ListString.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryindexDomainContentEnum, ListString.)
Top
See Also