Skip to content

Commit 01f68a4

Browse files
committed
Add comment
1 parent 982b5c1 commit 01f68a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/SharpLearning.Benchmarks/Benchmarks.ClassificationLearners.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public static partial class Benchmarks
1212
[MemoryDiagnoser]
1313
public class ClassificationLearners
1414
{
15+
// Data size for benchmarks.
1516
const int Rows = 1000;
1617
const int Cols = 10;
1718
const int MinTargetValue = 0;

src/SharpLearning.Benchmarks/Benchmarks.RegressionLearners.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public static partial class Benchmarks
1212
[MemoryDiagnoser]
1313
public class RegressionLearners
1414
{
15+
// Data size for benchmarks.
1516
const int Rows = 1000;
1617
const int Cols = 10;
1718
F64Matrix m_features;

0 commit comments

Comments
 (0)