1 2 3 4 5 6
namespace RhSolutions.ML.Tests; public class SanextDataset : DatasetBase { protected override string FileName => "Sanext"; }