Changeset 5501 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblemData.cs
- Timestamp:
- 02/17/11 01:19:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblemData.cs
r5496 r5501 21 21 22 22 using System.Collections.Generic; 23 namespace HeuristicLab.Problems.DataAnalysis .Classification{23 namespace HeuristicLab.Problems.DataAnalysis { 24 24 public interface IClassificationProblemData : IDataAnalysisProblemData { 25 25 string TargetVariable { get; }
Note: See TracChangeset
for help on using the changeset viewer.