- Timestamp:
- 11/02/15 22:32:59 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Views
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/branches/ClassificationModelComparison/HeuristicLab.Problems.DataAnalysis.Views (added) merged: 9116,9119,9135,10553,10556,10560,13081-13082,13086,13088-13089,13091,13098
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionThresholdView.cs
r12012 r13100 46 46 47 47 private Dictionary<double, Series> classValueSeriesMapping; 48 private Random random;48 private System.Random random; 49 49 private bool updateInProgress; 50 50 … … 54 54 55 55 classValueSeriesMapping = new Dictionary<double, Series>(); 56 random = new Random();56 random = new System.Random(); 57 57 updateInProgress = false; 58 58
Note: See TracChangeset
for help on using the changeset viewer.