3 references to CreateTextLoader
Microsoft.ML.Tests (3)
TextLoaderTests.cs (3)
746
dataIris = mlContext.Data.
CreateTextLoader
<Iris>(new TextLoader.Options() { Separator = ",", AllowQuoting = false }).Load(dataPath);
767
dataIrisStartEnd = mlContext.Data.
CreateTextLoader
<IrisStartEnd>(new TextLoader.Options() { Separator = ",", AllowQuoting = false }).Load(dataPath);
789
dataIrisColumnIndices = mlContext.Data.
CreateTextLoader
<IrisColumnIndices>(new TextLoader.Options() { Separator = ",", AllowQuoting = false }).Load(dataPath);