1 write to WantCaching
Microsoft.ML.Core (1)
Prediction\TrainerInfo.cs (1)
78
WantCaching
= caching;
4 references to WantCaching
Microsoft.ML.AutoML (3)
API\ExperimentSettings.cs (2)
55
/// See <see cref="TrainerInfo.
WantCaching
"/> for more information on caching.
80
/// See <see cref="TrainerInfo.
WantCaching
"/> for more information on caching.
Experiment\SuggestedPipelineBuilder.cs (1)
40
return cacheBeforeTrainerSettings == CacheBeforeTrainer.On || (cacheBeforeTrainerSettings == CacheBeforeTrainer.Auto && trainerInfo.
WantCaching
);
Microsoft.ML.Core (1)
Prediction\TrainerInfo.cs (1)
68
/// <param name="caching">The value for the property <see cref="
WantCaching
"/></param>