Changeset 6709 for trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Analyzers
- Timestamp:
- 09/05/11 14:20:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Analyzers/SymbolicExpressionSymbolFrequencyAnalyzer.cs
r5983 r6709 20 20 #endregion 21 21 22 using System; 22 23 using System.Collections.Generic; 23 24 using System.Linq; … … 108 109 symbolFrequencies.Rows.Add(row); 109 110 } 110 symbolFrequencies.Rows[pair.Key].Values.Add( pair.Value);111 symbolFrequencies.Rows[pair.Key].Values.Add(Math.Round(pair.Value, 3)); 111 112 } 112 113
Note: See TracChangeset
for help on using the changeset viewer.