8 references to Errors
Microsoft.ML.PerformanceTests (8)
Numeric\Ranking.cs (5)
29
throw new FileNotFoundException(string.Format(
Errors
.DatasetNotFound, _mslrWeb10kValidate));
32
throw new FileNotFoundException(string.Format(
Errors
.DatasetNotFound, _mslrWeb10kTrain));
80
throw new FileNotFoundException(string.Format(
Errors
.DatasetNotFound, _mslrWeb10kTest));
83
throw new FileNotFoundException(string.Format(
Errors
.DatasetNotFound, _mslrWeb10kValidate));
86
throw new FileNotFoundException(string.Format(
Errors
.DatasetNotFound, _mslrWeb10kTrain));
RffTransform.cs (1)
25
throw new FileNotFoundException(string.Format(
Errors
.DatasetNotFound, _dataPathDigits));
Text\MultiClassClassification.cs (2)
26
throw new FileNotFoundException(string.Format(
Errors
.DatasetNotFound, _dataPathWiki));
103
throw new FileNotFoundException(string.Format(
Errors
.DatasetNotFound, _dataPathWiki));