MatrixFactorizationPredictionTransformer Class

Definition

Trains a MatrixFactorizationModelParameters. It factorizes the training matrix into the product of two low-rank matrices.

public sealed class MatrixFactorizationPredictionTransformer : Microsoft.ML.Data.PredictionTransformerBase<Microsoft.ML.Trainers.Recommender.MatrixFactorizationModelParameters>
type MatrixFactorizationPredictionTransformer = class
    inherit PredictionTransformerBase<MatrixFactorizationModelParameters>
Public NotInheritable Class MatrixFactorizationPredictionTransformer
Inherits PredictionTransformerBase(Of MatrixFactorizationModelParameters)
Inheritance
MatrixFactorizationPredictionTransformer

Properties

Model

The model.

(Inherited from PredictionTransformerBase<TModel>)

Methods

Dispose() (Inherited from PredictionTransformerBase<TModel>)
GetOutputSchema(DataViewSchema)

Schema propagation for transformers. Returns the output schema of the data, if the input schema is like the one provided.

Transform(IDataView)

Transforms the input data.

(Inherited from PredictionTransformerBase<TModel>)

Applies to