MatrixFactorizationPredictionTransformer Klasa

Definicja

Trenuje element MatrixFactorizationModelParameters. Faktoryzuje macierz treningową w iloczyn dwóch macierzy o niskiej rangi.

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)
Dziedziczenie
MatrixFactorizationPredictionTransformer

Właściwości

Model

Model.

(Odziedziczone po PredictionTransformerBase<TModel>)

Metody

Dispose()

Trenuje element MatrixFactorizationModelParameters. Faktoryzuje macierz treningową w iloczyn dwóch macierzy o niskiej rangi.

(Odziedziczone po PredictionTransformerBase<TModel>)
GetOutputSchema(DataViewSchema)

Propagacja schematu dla transformatorów. Zwraca schemat danych wyjściowych, jeśli schemat wejściowy jest podobny do podanego.

Transform(IDataView)

Przekształca dane wejściowe.

(Odziedziczone po PredictionTransformerBase<TModel>)

Dotyczy