Click or drag to resize
Accord.NET (logo)

StepwiseLogisticRegressionModelCollection Properties

The StepwiseLogisticRegressionModelCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ReadOnlyCollection< T> instance.
(Inherited from ReadOnlyCollection<StepwiseLogisticRegressionModel>.)
Public propertyItem
Gets the element at the specified index.
(Inherited from ReadOnlyCollection<StepwiseLogisticRegressionModel>.)
Protected propertyItems
Returns the IList< T> that the ReadOnlyCollection< T> wraps.
(Inherited from ReadOnlyCollection<StepwiseLogisticRegressionModel>.)
Top
See Also