MatrixFactorizationPredictionTransformer 类

定义

训练一个 MatrixFactorizationModelParameters。 它将训练矩阵分解为两个低级矩阵的乘积。

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)
继承
MatrixFactorizationPredictionTransformer

属性

Model

模型。

(继承自 PredictionTransformerBase<TModel>)

方法

Dispose()

训练一个 MatrixFactorizationModelParameters。 它将训练矩阵分解为两个低级矩阵的乘积。

(继承自 PredictionTransformerBase<TModel>)
GetOutputSchema(DataViewSchema)

转换器的架构传播。 如果输入架构与提供的架构类似,则返回数据的输出架构。

Transform(IDataView)

转换输入数据。

(继承自 PredictionTransformerBase<TModel>)

适用于