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 CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by