共用方式為


LatentDirichletAllocationTransformer.ModelParameters.ItemScore 建構函式

定義

public ItemScore (int item, float score);
new Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters.ItemScore : int * single -> Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters.ItemScore
Public Sub New (item As Integer, score As Single)

參數

item
Int32
score
Single

適用於