ITransformationModel 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.0
C#
public interface ITransformationModel

Methods

InverseTransform 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)

See Also