- Timestamp:
- 05/25/20 14:52:32 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3040_VectorBasedGP/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/VectorData/VectorDataTestTwo.cs
r17541 r17554 33 33 public abstract class VectorDataTestTwo : ArtificialRegressionDataDescriptor { 34 34 35 protected const int Rows = 100 ;35 protected const int Rows = 1000; 36 36 37 37 public override string Description { get { return ""; } }
Note: See TracChangeset
for help on using the changeset viewer.