I am currently working to develop an automated diabetic retinopathy detection system. I've used GLCM for feature extraction obtaining Contrast, Correlation, Energy & Homogeneity values. How can I perform classification using these values ?

3 ビュー (過去 30 日間)

採用された回答

Greg Heath
Greg Heath 2014 年 10 月 10 日
The obvious answer is to use patternnet with
[ I N] = size(input) % I = 4
[ C N ] = size(target) % C = Number of classes
Columns of target are {0 1} C-dimensional unit vectors.
For patternnet documentation
help patternnet
doc patternnet
For examples of classification data
help nndatasets
doc nndatasets
Hope this helps.
Thank you for formally accepting my answer
Greg
  3 件のコメント
Greg Heath
Greg Heath 2014 年 10 月 17 日
>> net = create_pr_net(X,T);
Undefined function 'create_pr_net' for input arguments of type 'double'.
Where is it defined?
GANESH SUBRAMANIAM
GANESH SUBRAMANIAM 2014 年 10 月 17 日
I ain't getting any error like that

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by