Changeset 9352 for branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3/Variable
- Timestamp:
- 04/10/13 15:15:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3/Variable/Variable.cs
r9342 r9352 76 76 public override string ToString() { 77 77 StringBuilder sb = new StringBuilder(); 78 sb.Append(variableName + ": "); 78 79 foreach (var attr in attributes) { 79 80 if (attr) {
Note: See TracChangeset
for help on using the changeset viewer.