|
FactorPotentialTStateParameters Property
|
Gets the segment of the parameter vector which contains
parameters respective to the state features.
Namespace:
Accord.Statistics.Models.Fields.Functions
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic ArraySegment<double> StateParameters { get; }
Public ReadOnly Property StateParameters As ArraySegment(Of Double)
Get
Request Example
View SourceProperty Value
Type:
ArraySegmentDouble
See Also