Changeset 14400 for trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblemData.cs
- Timestamp:
- 11/17/16 15:41:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblemData.cs
r14396 r14400 33 33 IEnumerable<string> AllowedInputVariables { get; } 34 34 35 double[,] AllowedInputsTrainingValues { get; }36 double[,] AllowedInputsTestValues { get; }37 38 35 IntRange TrainingPartition { get; } 39 36 IntRange TestPartition { get; }
Note: See TracChangeset
for help on using the changeset viewer.