HiddenConditionalRandomFieldT Methods |
The HiddenConditionalRandomFieldT generic type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
Compute(T) | Obsolete.
Computes the most likely output for the given observations.
| |
Compute(T, Double) | Obsolete.
Computes the most likely output for the given observations.
| |
Compute(T, Double) | Obsolete.
Computes the most likely output for the given observations.
| |
Decide(TInput) |
Computes class-label decisions for a given set of input vectors.
(Inherited from ClassifierBaseTInput, TClasses.) | |
Decide(T) |
Computes a class-label decision for a given input.
(Overrides ClassifierBaseTInput, TClassesDecide(TInput).) | |
Decide(TInput, TClasses) |
Computes a class-label decision for a given input.
(Inherited from ClassifierBaseTInput, TClasses.) | |
Decide(TInput, Boolean) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.) | |
Decide(TInput, Double) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.) | |
Decide(TInput, Int32) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.) | |
Decide(TInput, Double) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBaseTInput.) | |
Decode(T, Int32) |
Computes the most likely state labels for the given observations,
returning the overall sequence probability for this model.
| |
Decode(T, Int32, Double) |
Computes the most likely state labels for the given observations,
returning the overall sequence probability for this model.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load(Stream) | Obsolete.
Loads a random field from a stream.
| |
Load(String) | Obsolete.
Loads a random field from a file.
| |
LogLikelihood(T) |
Computes the log-likelihood of the observations given this model.
| |
LogLikelihood(T) |
Computes the log-likelihood of the observations given this model.
| |
LogLikelihood(T, Int32) |
Computes the log-likelihood that the given
observations belong to the desired output.
| |
LogLikelihood(T, Int32) |
Computes the log-likelihood that the given
observations belong to the desired outputs.
| |
LogLikelihood(T, Int32, Double) |
Computes the log-likelihood that the given
observations belong to the desired output.
| |
LogLikelihood(T, Int32, Double) |
Computes the log-likelihood that the given
observations belong to the desired outputs.
| |
LogPartition(T) |
Computes the log-partition function ln Z(x).
| |
LogPartition(T, Int32) |
Computes the log-partition function ln Z(x,y).
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Partition(T) |
Computes the partition function Z(x).
| |
Partition(T, Int32) |
Computes the partition function Z(x,y).
| |
Save(Stream) | Obsolete.
Saves the random field to a stream.
| |
Save(String) | Obsolete.
Saves the random field to a stream.
| |
ToMultilabel |
Views this instance as a multi-label classifier,
giving access to more advanced methods, such as the prediction
of one-hot vectors.
(Inherited from MulticlassClassifierBaseTInput.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform(TInput) |
Applies the transformation to an input, producing an associated output.
(Inherited from ClassifierBaseTInput, TClasses.) | |
Transform(TInput) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from TransformBaseTInput, TOutput.) | |
Transform(TInput, TClasses) |
Applies the transformation to an input, producing an associated output.
(Inherited from ClassifierBaseTInput, TClasses.) | |
Transform(TInput, Boolean) |
Applies the transformation to an input, producing an associated output.
(Inherited from MulticlassClassifierBaseTInput.) | |
Transform(TInput, Double) |
Applies the transformation to an input, producing an associated output.
(Inherited from MulticlassClassifierBaseTInput.) | |
Transform(TInput, Int32) |
Applies the transformation to an input, producing an associated output.
(Inherited from MulticlassClassifierBaseTInput.) | |
Transform(TInput, Boolean) |
Applies the transformation to an input, producing an associated output.
(Inherited from MulticlassClassifierBaseTInput.) | |
Transform(TInput, Double) |
Applies the transformation to an input, producing an associated output.
(Inherited from MulticlassClassifierBaseTInput.) | |
Transform(TInput, Double) |
Applies the transformation to an input, producing an associated output.
(Inherited from MulticlassClassifierBaseTInput.) | |
Transform(TInput, Int32) |
Applies the transformation to an input, producing an associated output.
(Inherited from MulticlassClassifierBaseTInput.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |