Changeset 6415 for branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification
- Timestamp:
- 06/15/11 23:02:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs
r6255 r6415 86 86 StringMatrix matrix = null; 87 87 if (Content != null) { 88 string[,] values = new string[Content.ProblemData.Dataset.Rows, 5];88 string[,] values = new string[Content.ProblemData.Dataset.Rows, 4]; 89 89 90 90 double[] target = Content.ProblemData.Dataset.GetVariableValues(Content.ProblemData.TargetVariable);
Note: See TracChangeset
for help on using the changeset viewer.