4 instantiations of Arguments
Microsoft.ML.AutoML (1)
PipelineSuggesters\PipelineSuggester.cs (1)
201
new SmacSweeper.
Arguments
Microsoft.ML.AutoML.Tests (3)
SweeperTests.cs (3)
32
var sweeper = new SmacSweeper(new MLContext(1), new SmacSweeper.
Arguments
()
89
var sweeper = new SmacSweeper(new MLContext(1), new SmacSweeper.
Arguments
()
142
var sweeper = new SmacSweeper(new MLContext(1), new SmacSweeper.
Arguments
()
2 references to Arguments
Microsoft.ML.AutoML (2)
Sweepers\SmacSweeper.cs (2)
69
private readonly
Arguments
_args;
74
public SmacSweeper(MLContext context,
Arguments
args)