フィルターのクリア

If we have this expression tra{m}.X, what sould "tra" be ?

1 回表示 (過去 30 日間)
Mayssa
Mayssa 2017 年 5 月 8 日
コメント済み: Stephen23 2017 年 5 月 8 日
I am trying to understand a function that trains a simple multiple Kernel SVM on training data with given parameters (smksvm(tra,par)), and along the code "tra" is used in a way that I didn't know how to apply it on my data (which is a feature matrix of 77 patients), I know it should be defined as a cell from the expression but all my attempts have failed drastically, any suggestions ?
  1 件のコメント
Stephen23
Stephen23 2017 年 5 月 8 日
tra appears to be a cell array containing a (scalar) structure. Better would be to change the code to use a non-scalar structure:

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by