3 references to CreateFromFullFile
Microsoft.ML.AutoML (2)
ColumnInference\ColumnInferenceApi.cs (2)
16
var sample = TextFileSample.
CreateFromFullFile
(path);
41
var sample = TextFileSample.
CreateFromFullFile
(path);
Microsoft.ML.AutoML.Tests (1)
ColumnInferenceTests.cs (1)
205
var sample = TextFileSample.
CreateFromFullFile
(dataset);