Changeset 12318
- Timestamp:
- 04/15/15 23:14:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Analyzers/BuildingBlockAnalyzers/SymbolicDataAnalysisPoly10Analyzer.cs
r12283 r12318 221 221 var rows = ProblemDataParameter.ActualValue.TrainingIndices.ToList(); 222 222 223 foreach (var s in new[] { s1, s2, s 2, s4, s5, s6, s7, s8, s9, s10 }) {223 foreach (var s in new[] { s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 }) { 224 224 if (evaluationMap.ContainsKey(s)) continue; 225 225 var t = importer.Import(s);
Note: See TracChangeset
for help on using the changeset viewer.