Changeset 6783
- Timestamp:
- 09/16/11 11:33:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/RunCollectionVariableImpactView.cs
r6775 r6783 174 174 matrix = new DoubleMatrix(variableNamesList.Count, numberOfRuns + statictics.Count); 175 175 matrix.SortableView = true; 176 matrix.RowNames = variableNamesList;177 176 matrix.ColumnNames = columnNames; 178 177 … … 235 234 targetIndex++; 236 235 } 236 sortedMatrix.RowNames = sortedIndexes.Select(i => variableNamesList[i]); 237 237 238 return sortedMatrix; 238 239 }
Note: See TracChangeset
for help on using the changeset viewer.