ITransformation Model Interface
Specifies common methods and properties for models
that implement transformations such as feature selection
or dimensionality reduction.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public interface ITransformationModel
Methods
Inverse | Applies the inverse transformation to a set of observations. |
Transform | Applies the transformation to a set of observations. |
Extension Methods
Transform |
Applies the transformation to a set of observations.
(Defined by ModelExtensions) |
Transform |
Applies the transformation to a set of observations.
(Defined by ModelExtensions) |