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));
1327
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName);
1329
throw
_host
.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, "vector of Single", col.GetTypeString());
1342
return LatentDirichletAllocationTransformer.TrainLdaTransformer(
_host
, input, _columns.ToArray());