ITransformationModel Interface

Specifies common methods and properties for models that implement transformations such as feature selection or dimensionality reduction.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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