4 references to AlphaSum
Microsoft.ML.Transforms (4)
Text\LdaTransform.cs (3)
67public float AlphaSum = LatentDirichletAllocationEstimator.Defaults.AlphaSum; 1070float alphaSum = Defaults.AlphaSum, 1179float alphaSum = LatentDirichletAllocationEstimator.Defaults.AlphaSum,
Text\TextCatalog.cs (1)
626float alphaSum = LatentDirichletAllocationEstimator.Defaults.AlphaSum,