MatrixFactorizationPredictionTransformer クラス

定義

をトレーニングします MatrixFactorizationModelParameters。 トレーニング マトリックスは、2 つの低ランク マトリックスの積に分解されます。

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。 トレーニング マトリックスは、2 つの低ランク マトリックスの積に分解されます。

(継承元 PredictionTransformerBase<TModel>)
GetOutputSchema(DataViewSchema)

トランスフォーマーのスキーマ伝達。 入力スキーマが指定されたスキーマに似ている場合は、データの出力スキーマを返します。

Transform(IDataView)

入力データを変換します。

(継承元 PredictionTransformerBase<TModel>)

適用対象