9 references to TextLoader
Microsoft.ML.Data (9)
DataLoadSave\Text\TextLoader.cs (3)
1492=> (ILegacyDataLoader)new TextLoader(env, options, files).Load(files); 1498=> new TextLoader(env, options, fileSource).Load(fileSource); 1634return new TextLoader(host, options, dataSample: dataSample);
DataLoadSave\Text\TextLoaderSaverCatalog.cs (4)
71return new TextLoader(CatalogUtils.GetEnvironment(catalog), options: options, dataSample: dataSample); 87=> new TextLoader(CatalogUtils.GetEnvironment(catalog), options, dataSample); 181var loader = new TextLoader(CatalogUtils.GetEnvironment(catalog), options: options); 207return new TextLoader(env, options, dataSample: source).Load(source);
Transforms\ValueToKeyMappingTransformer.cs (1)
445var loader = new TextLoader(env, options: options, dataSample: fileSource);
Utilities\ModelFileUtils.cs (1)
299var loader = new TextLoader(env, dataSample: repoStreamWrapper).Load(repoStreamWrapper);