1 write to _host
Microsoft.ML.Transforms (1)
Text\LdaTransform.cs (1)
1092_host = env.Register(nameof(LatentDirichletAllocationEstimator));
4 references to _host
Microsoft.ML.Transforms (4)
Text\LdaTransform.cs (4)
1322_host.CheckValue(inputSchema, nameof(inputSchema)); 1327throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName); 1329throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, "vector of Single", col.GetTypeString()); 1342return LatentDirichletAllocationTransformer.TrainLdaTransformer(_host, input, _columns.ToArray());