LatentDirichletAllocationTransformer.ModelParameters.ItemScore Constructor

Definition

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)

Parameters

item
Int32
score
Single

Applies to