cancer " data set " in Breast cancer diagnosis
10 次查看(过去 30 天)
显示 更早的评论
for the program in this link http://read.pudn.com/downloads197/sourcecode/macos/928928/CancerDiagnosis.m__.htm
the parameter " cancer " is not defined in the file , however, the program is running ?
does that mean that " cancer " is built in somehow ?
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biotech and Pharmaceutical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!