MatrixFactorizationTrainer.Options.ApproximationRank Field

Definition

Rank of approximation matrices.

public int ApproximationRank;
val mutable ApproximationRank : int
Public ApproximationRank As Integer 

Field Value

Remarks

If input data has size of m-by-n we would build two approximation matrices m-by-k and k-by-n where k is approximation rank.

Applies to