cancer " data set " in Breast cancer diagnosis

4 ビュー (過去 30 日間)
Mohamed Ahmed
Mohamed Ahmed 2016 年 8 月 5 日
回答済み: Geoff Hayes 2016 年 8 月 5 日
the parameter " cancer " is not defined in the file , however, the program is running ?
does that mean that " cancer " is built in somehow ?

採用された回答

Geoff Hayes
Geoff Hayes 2016 年 8 月 5 日
Mohamed - the variable cancer is an input parameter to several functions. For example,
function [Arbol taux] = arbol_training(trainmat,Arbol,cancer,taux)
where arbol_training is called as
Arbol =arbol_training(trainmat,Arbol,cancertrain,taux);
with cancertrain being initialized a few lines above.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeBiotech and Pharmaceutical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by