Click or drag to resize
Accord.NET (logo)

IConditionalRandomFieldLearningT Interface

Note: This API is now obsolete.

Common interface for Conditional Random Fields learning algorithms.

Namespace:  Accord.Statistics.Models.Fields.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use ISupervisedLearning<ConditionalRandomField<T>, T[], int[]> instead.")]
public interface IConditionalRandomFieldLearning<T>
Request Example View Source

Type Parameters

T

The IConditionalRandomFieldLearningT type exposes the following members.

Methods
  NameDescription
Public methodRun
Runs the learning algorithm with the specified input training observations and corresponding output labels.
Top
See Also