1 write to _sortingAlgorithm
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
349
_sortingAlgorithm
= sortingAlgorithm;
1 reference to _sortingAlgorithm
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
350
DcgCalculator = new DcgCalculator(Dataset.MaxDocsPerQuery,
_sortingAlgorithm
);