ModelExtensions Class

Contains extension methods for statistical and machine learning models.

Definition

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