Multinomial logistic regression code

12 ビュー (過去 30 日間)
Tahira Mahar
Tahira Mahar 2018 年 7 月 30 日
I am new learner in the field of classification, and am stuck with a problem while implementing logistic regression:
My data set consists of about 315 measurement, with 19 features. I implemented logistic regression model.when i run my code error occure in these two lines.
Error in main function
plotdecisionboundry(theta,X,Y) %error
Error in plotdecisionboundry function
Z(i,j)=mapfeature(u(i),v(j))*theta; %error

回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by