- Timestamp:
- 09/19/13 10:16:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/CSV/RegressionCSVInstanceProvider.cs
r9608 r9989 62 62 string targetVar = dataset.DoubleVariables.Last(); 63 63 64 // turn of input variables that are constant in the training partition64 // turn off input variables that are constant in the training partition 65 65 var allowedInputVars = new List<string>(); 66 66 var trainingIndizes = Enumerable.Range(0, (csvFileParser.Rows * 2) / 3);
Note: See TracChangeset
for help on using the changeset viewer.