Changeset 14353 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/TreeMatching/SymbolicExpressionTreePhenotypicSimilarityCalculator.cs
- Timestamp:
- 10/23/16 19:31:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/TreeMatching/SymbolicExpressionTreePhenotypicSimilarityCalculator.cs
r14185 r14353 92 92 93 93 var r2 = error == OnlineCalculatorError.None ? r * r : 0; 94 95 if (r2 > 1.0)96 r2 = 1.0;97 98 94 return r2; 99 95 }
Note: See TracChangeset
for help on using the changeset viewer.