Changeset 18115 for branches/3140_NumberSymbol/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification
- Timestamp:
- 12/13/21 17:49:34 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3140_NumberSymbol/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicClassificationPruningOperator.cs
r18114 r18115 101 101 for (int i = 0; i < nodes.Count; ++i) { 102 102 var node = nodes[i]; 103 if (node is NumberTreeNode) continue;103 if (node is INumericTreeNode) continue; 104 104 105 105 impactValuesCalculator.CalculateImpactAndReplacementValues(model, node, problemData, rows,
Note: See TracChangeset
for help on using the changeset viewer.