Changeset 2414 for trunk/sources
- Timestamp:
- 10/06/09 14:38:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SupportVectorMachines/3.2/Predictor.cs
r2413 r2414 96 96 public override IEnumerable<string> GetInputVariables() { 97 97 return from pair in variableNames 98 where pair.Key != targetVariable 98 99 orderby pair.Value 99 100 select pair.Key;
Note: See TracChangeset
for help on using the changeset viewer.