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.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public interface ITransformationModelMethods
| 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) |