Click or drag to resize
Accord.NET (logo)

IRegressionTInput, TOutput Properties

The IRegressionTInput, TOutput generic type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfInputs
Gets or sets the number of inputs accepted by the model.
(Inherited from ITransform.)
Public propertyNumberOfOutputs
Gets or sets the number of outputs generated by the model.
(Inherited from ITransform.)
Top
See Also