- Timestamp:
- 08/10/12 17:07:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NCA/HeuristicLab.Algorithms.NCA.Views/3.3/NCADimensionReductionView.cs
r8466 r8470 64 64 var rows = Content.ProblemData.ClassValues 65 65 .ToDictionary(c => c, c => new ScatterPlotDataRow(Content.ProblemData.GetClassName(c), string.Empty, Enumerable.Empty<Point2D<double>>())); 66 foreach (var r in rows.Values) 67 r.VisualProperties.PointSize = 5; 66 68 67 69 IEnumerable<int> range = null;
Note: See TracChangeset
for help on using the changeset viewer.