|
BaseHiddenConditionalRandomFieldLearningTCreate Method
|
Creates an instance of the model to be learned. Inheritors of this abstract
class must define this method so new models can be created from the training data.
Namespace:
Accord.Statistics.Models.Fields.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected virtual HiddenConditionalRandomField<T> Create(
T[][] x,
int[] y
)
Protected Overridable Function Create (
x As T()(),
y As Integer()
) As HiddenConditionalRandomField(Of T)
Request Example
View SourceParameters
- x
- Type: T
- y
- Type: SystemInt32
Return Value
Type:
HiddenConditionalRandomFieldTSee Also