2 writes to _host
Microsoft.ML.Transforms (2)
Text\WordEmbeddingsExtractor.cs (2)
815_host = env.Register(nameof(WordEmbeddingEstimator)); 824_host = env.Register(nameof(WordEmbeddingEstimator));
5 references to _host
Microsoft.ML.Transforms (5)
Text\WordEmbeddingsExtractor.cs (5)
932_host.CheckValue(inputSchema, nameof(inputSchema)); 937throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName); 939throw _host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, new VectorDataViewType(TextDataViewType.Instance).ToString(), col.GetTypeString()); 955transformer = new WordEmbeddingTransformer(_host, _customLookupTable, _columns); 957transformer = new WordEmbeddingTransformer(_host, _modelKind.Value, _columns);