How can I perform a classification with a custom function?
古いコメントを表示
I plotted two data sets on a two-dimensional space. Imagine a scatterplot with points that can either be 'x' or 'o'.
I want to compute and draw a decision function, which is given except for one parameter b, simplified: y = ln(b * exp(-6x+7) -b)/10 The decision function with the ideal b should divide the scatterplot into 'x' and 'o' points and minimize the error.
As a start I read this: http://www.mathworks.co.uk/products/statistics/examples.html?file=/products/demos/shipping/stats/classdemo.html
As my function is neither linear nor quadratic I would like to know how I can use my custom ln function.
採用された回答
その他の回答 (1 件)
Image Analyst
2013 年 8 月 28 日
0 投票
How about using SVM?
カテゴリ
ヘルプ センター および File Exchange で Design of Experiments (DOE) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!