Changeset 6618 for branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblemData.cs
- Timestamp:
- 08/01/11 17:48:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblemData.cs
r6223 r6618 185 185 186 186 #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]; } 189 189 } 190 190 public IFixedValueParameter<StringMatrix> ClassNamesParameter {
Note: See TracChangeset
for help on using the changeset viewer.