Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Aug 16, 2013
1 parent 78c19b7 commit 95cecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AVCDecisionTreeForest.m
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Mathematica is (C) Copyright 1988-2012 Wolfram Research, Inc.
If[ !MemberQ[ dataLabels, lbl],
If[ TrueQ[classFunc === DecisionTreeClassify],
Message[DecisionTreeClassificationSuccess::nlbl, lbl, dataLabels],
Message[DecisionForestClassificationSuccess::nlbl, lbl, dataLabels],
Message[DecisionForestClassificationSuccess::nlbl, lbl, dataLabels]
];
{0,0},
tdata = Select[dataArr, #[[-1]] == lbl &];
Expand Down

0 comments on commit 95cecec

Please sign in to comment.