Click or drag to resize
Accord.NET (logo)

ITransform Interface

Common interface for data transformation algorithms. Examples of transformations include classifiers, regressions and other machine learning techniques.

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public interface ITransform
Request Example View Source

The ITransform type exposes the following members.

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