Changeset 488 for trunk/sources/HeuristicLab.StructureIdentification
- Timestamp:
- 08/10/08 23:50:23 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjectorView.cs
r487 r488 106 106 ((IntData)StructIdProblemInjector.GetVariable("TargetVariable").Value).Data = parser.TargetVariable; 107 107 ItemList<IntData> allowedFeatures = (ItemList<IntData>)StructIdProblemInjector.GetVariable("AllowedFeatures").Value; 108 allowedFeatures.Clear(); 108 109 List<int> nonInputVariables = parser.NonInputVariables; 109 110 for(int i = 0; i < dataset.Columns; i++) {
Note: See TracChangeset
for help on using the changeset viewer.