LatentDirichletAllocationTransformer.ModelParameters.WordItemScore Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public WordItemScore (int item, string word, float score);
new Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters.WordItemScore : int * string * single -> Microsoft.ML.Transforms.Text.LatentDirichletAllocationTransformer.ModelParameters.WordItemScore
Public Sub New (item As Integer, word As String, score As Single)
Parameters
- item
- Int32
- word
- String
- score
- Single