Changeset 6784 for branches/GP.Grammar.Editor/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Analyzers
- Timestamp:
- 09/16/11 12:00:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Analyzers/SymbolicExpressionSymbolFrequencyAnalyzer.cs
r6387 r6784 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.