Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/CF3.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/MibaFriction/CF3.cs
r14853 r14927 33 33 protected override string TargetVariable { get { return "Cf3"; } } 34 34 protected override string[] VariableNames { 35 get { return new string[] { "Partition", "Source1", "Source2", "x1", "Material_Cat", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", "Material", "Grooving", "Oil", "x17", "x18", "x19", "x20", "x21", "x22", "Cf3" 35 get { 36 return new string[] { "Partition", "Source1", "Source2", "x1", "Material_Cat", "x2", "x3", "x4", "x5", "x6", "x7", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", "Material", "Grooving", "Oil", "x17", "x18", "x19", "x20", "x21", "x22", "Cf3" 36 37 }; 37 38 } … … 39 40 40 41 protected override string[] AllowedInputVariables { 41 get { return new string[] { "Material_Cat", 42 get { 43 return new string[] { "Material_Cat", 42 44 "Source1", "x1", "x2", "x3", "x4", "x5", "x6", "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15", "x16", 43 45 "Material", "Grooving", "Oil", 44 "x17", "x22" }; } 46 "x17", "x22" }; 47 } 45 48 } 46 49 protected override int TrainingPartitionStart { get { return 0; } }
Note: See TracChangeset
for help on using the changeset viewer.