22 writes to AllowSparse
Microsoft.ML.AutoML (4)
ColumnInference\ColumnInferenceApi.cs (2)
56AllowSparse = splitInference.AllowSparse, 93AllowSparse = splitInference.AllowSparse,
ColumnInference\ColumnTypeInference.cs (1)
264AllowSparse = args.AllowSparse,
ColumnInference\TextFileContents.cs (1)
73AllowSparse = perm._allowSparse,
Microsoft.ML.CodeGenerator.Tests (10)
ApprovalTests\ConsoleCodeGeneratorTests.cs (9)
577AllowSparse = true, 619AllowSparse = true, 656AllowSparse = true, 705AllowSparse = true, 747AllowSparse = true, 794AllowSparse = true, 838AllowSparse = true, 1006AllowSparse = true, 1114AllowSparse = true,
CodeGenTests.cs (1)
104AllowSparse = false,
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoader.cs (1)
1560AllowSparse = supportSparse,
DataLoadSave\Text\TextLoaderSaverCatalog.cs (2)
68AllowSparse = allowSparse, 178AllowSparse = allowSparse
Microsoft.ML.PerformanceTests (1)
StochasticDualCoordinateAscentClassifierBench.cs (1)
98AllowSparse = false
Microsoft.ML.Samples (1)
Dynamic\DataOperations\LoadingText.cs (1)
170AllowSparse = true,
Microsoft.ML.TestFramework (1)
DataPipe\TestDataPipeBase.cs (1)
415var args = new TextLoader.Options() { AllowSparse = true, AllowQuoting = true };
Microsoft.ML.Tests (2)
TrainerEstimators\TrainerEstimators.cs (2)
38AllowSparse = true 68AllowSparse = true
6 references to AllowSparse
Microsoft.ML.AutoML (1)
ColumnInference\TextFileContents.cs (1)
119result = new ColumnSplitResult(true, options.Separators.First(), options.AllowQuoting, options.ReadMultilines, options.AllowSparse, mostCommon.Key);
Microsoft.ML.CodeGenerator (4)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachConsoleAppCodeGenerator.cs (2)
54AllowSparse = _columnInferenceResult.TextLoaderOptions.AllowSparse, 93AllowSparse = _columnInferenceResult.TextLoaderOptions.AllowSparse,
CodeGenerator\CSharp\CodeGenerator.cs (2)
356AllowSparse = _columnInferenceResult.TextLoaderOptions.AllowSparse, 379AllowSparse = _columnInferenceResult.TextLoaderOptions.AllowSparse,
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoader.cs (1)
1189if (options.AllowSparse)