Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/17/11 15:41:41 (13 years ago)
Author:
gkronber
Message:

#1553: implemented unit test to create and run the symbolic classification sample (mammographic masses)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblemData.cs

    r6223 r6440  
    185185
    186186    #region parameter properties
    187     public IValueParameter<StringValue> TargetVariableParameter {
    188       get { return (IValueParameter<StringValue>)Parameters[TargetVariableParameterName]; }
     187    public ConstrainedValueParameter<StringValue> TargetVariableParameter {
     188      get { return (ConstrainedValueParameter<StringValue>)Parameters[TargetVariableParameterName]; }
    189189    }
    190190    public IFixedValueParameter<StringMatrix> ClassNamesParameter {
Note: See TracChangeset for help on using the changeset viewer.