MatrixFactorizationPredictionTransformer 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
训练一个 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>) |