Click or drag to resize

WebPostClassifierStatesT Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWBI.Core.WebClassifier.wlfClassifier.WebPostClassifierStates`1"]

Inheritance Hierarchy
SystemObject
  System.Collections.ConcurrentConcurrentDictionaryString, WebPostClassifierStateT
    imbWBI.Core.WebClassifier.wlfClassifierWebPostClassifierStatesT

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class WebPostClassifierStates<T> : ConcurrentDictionary<string, WebPostClassifierState<T>>
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:imbWBI.Core.WebClassifier.wlfClassifier.WebPostClassifierStates`1"]

The WebPostClassifierStatesT type exposes the following members.

Constructors
  NameDescription
Public methodWebPostClassifierStatesT
Initializes a new instance of the WebPostClassifierStatesT class
Top
Properties
  NameDescription
Public propertyCount (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public propertyIsEmpty (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public propertyKeys (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public propertyValues (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Top
Methods
  NameDescription
Public methodAddOrUpdate(TKey, FuncTKey, TValue, FuncTKey, TValue, TValue) (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodAddOrUpdate(TKey, TValue, FuncTKey, TValue, TValue) (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodAnyState
Public methodClear (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodContainsKey (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
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 ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOrAdd(TKey, FuncTKey, TValue) (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodGetOrAdd(TKey, TValue) (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodGetState
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 methodSetState
Sets [!:NumberOfCases] and other information, and returns training data
Public methodToArray (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryAdd (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodTryGetValue (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodTryRemove (Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Public methodTryUpdate
Compares the existing value for the specified key with a specified value, and if they are equal, updates the key with a third value.
(Inherited from ConcurrentDictionaryString, WebPostClassifierStateT.)
Top
See Also