- Timestamp:
- 07/09/14 10:37:01 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs
r11098 r11156 91 91 for (int i = 0; i < context.Data.Columns; ++i) { 92 92 var variableName = context.Data.GetVariableName(i); 93 if (context.Data. IsType<double>(i)93 if (context.Data.VariableHasType<double>(i) 94 94 && variableName != targetVariable 95 95 && IsNotConstantInputVariable(context.Data.GetValues<double>(i))) {
Note: See TracChangeset
for help on using the changeset viewer.