Changeset 8575
- Timestamp:
- 09/05/12 11:31:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/InteractiveSymbolicDiscriminantFunctionClassificationSolutionSimplifierView.cs
r8550 r8575 50 50 51 51 protected override void UpdateModel(ISymbolicExpressionTree tree) { 52 var model = new SymbolicDiscriminantFunctionClassificationModel(tree, Content.Model.Interpreter );52 var model = new SymbolicDiscriminantFunctionClassificationModel(tree, Content.Model.Interpreter, Content.Model.LowerEstimationLimit, Content.Model.UpperEstimationLimit); 53 53 // the default policy for setting thresholds in classification models is the accuarcy maximizing policy. 54 54 // This is rather slow to calculate and can lead to a very laggy UI in the interactive solution simplifier.
Note: See TracChangeset
for help on using the changeset viewer.