Changeset 4973
- Timestamp:
- 11/28/10 13:04:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/Analyzers/SymbolicRegressionVariableFrequencyAnalyzer.cs
r4945 r4973 84 84 if (VariableFrequencies == null) { 85 85 VariableFrequencies = new DataTable("Variable frequencies", "Relative frequency of variable references aggregated over the whole population."); 86 VariableFrequencies.VisualProperties.XAxisTitle = "Generation s";87 VariableFrequencies.VisualProperties.YAxisTitle = "Relative Variable Frequenc ies";86 VariableFrequencies.VisualProperties.XAxisTitle = "Generation"; 87 VariableFrequencies.VisualProperties.YAxisTitle = "Relative Variable Frequency"; 88 88 // add a data row for each input variable 89 89 foreach (var inputVariable in inputVariables) {
Note: See TracChangeset
for help on using the changeset viewer.