Changeset 14029 for branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification
- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionThresholdView.cs
r12012 r14029 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.