ModelExtensions Class

Contains extension methods for statistical and machine learning models.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static class ModelExtensions
Inheritance
Object  →  ModelExtensions

Methods

Transform(ITransformationModel, IDataFrame, ModelInputFormat) Applies the transformation to a set of observations.
Transform(ITransformationModel, Matrix<Double>, ModelInputFormat) Applies the transformation to a set of observations.

See Also