Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Query related to SVM

5 ビュー (過去 30 日間)
RUDRAKSH
RUDRAKSH 2014 年 5 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Following Matlab notation: I have input data matrix X of order nx1 And a matrix Y also of order nx1 which has element value -1 or +1 with the help of regression tree i am trying to predict n+1th value of matrix X
i used the command 'tree = RegressionTree.fit(X,Y)' the tree constructed has one node and two leafs
now iam using predict command to find out the n+1th value, the n+1th test value and the predicted value has very high error.
Can anyone tell me where iam going wrong and the correct procedure to go ahead.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by