Click or drag to resize

WebSiteClassifierResult Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWBI.Core.WebClassifier.core.WebSiteClassifierResult"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryInt32, WebSiteResultForClass
    imbWBI.Core.WebClassifier.coreWebSiteClassifierResult

Namespace:  imbWBI.Core.WebClassifier.core
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class WebSiteClassifierResult : Dictionary<int, WebSiteResultForClass>

The WebSiteClassifierResult type exposes the following members.

Constructors
  NameDescription
Public methodWebSiteClassifierResult
Initializes a new instance of the WebSiteClassifierResult class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public propertyCount (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryInt32, WebSiteResultForClass.)
Public propertyKeys (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public propertypostResults
Public propertyselected
Public propertysetClassCollection
Public propertyValues (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public propertyWebSiteResultForClass
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryInt32, WebSiteResultForClass.)
Public methodClear (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public methodContainsKey (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public methodContainsValue (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public methodCountFeatureVectors
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 methodGetClassScoreValues
Public methodGetClassWithHighestScore
Public methodGetEnumerator (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
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 DictionaryInt32, WebSiteResultForClass.)
Public methodRemove (Inherited from DictionaryInt32, WebSiteResultForClass.)
Public methodSetValues(Double)
Public methodSetValues(Int32)
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 DictionaryInt32, WebSiteResultForClass.)
Top
See Also