Click or drag to resize
Accord.NET (logo)

FactorPotentialTOutputParameters Property

Gets the segment of the parameter vector which contains parameters respective to the output features.

Namespace:  Accord.Statistics.Models.Fields.Functions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ArraySegment<double> OutputParameters { get; }
Request Example View Source

Property Value

Type: ArraySegmentDouble
See Also