IConditionalRandomFieldLearningT Interface |
Note: This API is now obsolete.
Namespace: Accord.Statistics.Models.Fields.Learning
[ObsoleteAttribute("Please use ISupervisedLearning<ConditionalRandomField<T>, T[], int[]> instead.")] public interface IConditionalRandomFieldLearning<T>
The IConditionalRandomFieldLearningT type exposes the following members.
Name | Description | |
---|---|---|
Run |
Runs the learning algorithm with the specified input
training observations and corresponding output labels.
|