Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4131


Ignore:
Timestamp:
08/02/10 15:27:45 (14 years ago)
Author:
gkronber
Message:

Fixed bug in WeightedParentsQualityVarianceComparator. #1082

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Operators/WeightedParentsQualityVarianceComparator.cs

    r4068 r4131  
    7474      Parameters.Add(new ScopeTreeLookupParameter<DoubleValue>("RightSide", "The qualities of the parents."));
    7575      Parameters.Add(new ScopeTreeLookupParameter<DoubleValue>("RightSideVariances", "The variances of the parents."));
    76       Parameters.Add(new LookupParameter<IntValue>("RightSideSamples", "The number of samples used to calculate the quality of the parent."));
     76      Parameters.Add(new ScopeTreeLookupParameter<IntValue>("RightSideSamples", "The number of samples used to calculate the quality of the parent."));
    7777    }
    7878
Note: See TracChangeset for help on using the changeset viewer.