IHiddenConditionalRandomFieldLearningT Interface |
Note: This API is now obsolete.
Namespace: Accord.Statistics.Models.Fields.Learning
[ObsoleteAttribute("Please use ISupervisedLearning<HiddenConditionalRandomField<T>, T[], int> instead.")] public interface IHiddenConditionalRandomFieldLearning<T>
The IHiddenConditionalRandomFieldLearningT type exposes the following members.
Name | Description | |
---|---|---|
Run(T, Int32) |
Runs one iteration of the learning algorithm with the
specified input training observation and corresponding
output label.
| |
Run(T, Int32) |
Runs the learning algorithm with the specified input
training observation and corresponding output label
until convergence.
| |
RunEpoch |
Runs one iteration of learning algorithm with the specified
input training observations and corresponding output labels.
|
For an example on how to learn Hidden Conditional Random Fields, please see the Hidden Resilient Gradient Learning page. All learning algorithms can be utilized in a similar manner.