Changeset 16022
- Timestamp:
- 07/26/18 13:17:49 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2886_SymRegGrammarEnumeration/HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration/GrammarEnumeration/GrammarEnumerationAlgorithm.cs
r15994 r16022 339 339 340 340 protected static double GetPriority(SymbolString phrase, double r2, int maxSentenceLength) { 341 return (1 - r2) * phrase.Count() / maxSentenceLength;341 return (1 - r2) * phrase.Count(); 342 342 } 343 343
Note: See TracChangeset
for help on using the changeset viewer.