Click or drag to resize
Accord.NET (logo)

LinearRegressionCoefficientCollection Properties

The LinearRegressionCoefficientCollection type exposes the following members.

Properties
  NameDescription
Public propertyConfidencePercent
Gets or sets the size of the confidence intervals reported for the coefficients. Default is 0.95.
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionLinearRegressionCoefficient.)
Public propertyItem
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionLinearRegressionCoefficient.)
Protected propertyItems
Returns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionLinearRegressionCoefficient.)
Top
See Also