Changeset 5177 for branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/Analyzers/SymbolicRegressionVariableFrequencyAnalyzer.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/Analyzers/SymbolicRegressionVariableFrequencyAnalyzer.cs
r4973 r5177 76 76 } 77 77 78 public override IOperation Apply( ) {78 public override IOperation Apply(IExecutionContext context) { 79 79 ItemArray<SymbolicExpressionTree> expressions = SymbolicExpressionTreeParameter.ActualValue; 80 80 DataAnalysisProblemData problemData = ProblemDataParameter.ActualValue; … … 99 99 } 100 100 101 return base.Apply( );101 return base.Apply(context); 102 102 } 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.