cancer " data set " in Breast cancer diagnosis
5 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Geoff Hayes
on 5 Aug 2016
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 Comments
More Answers (0)
See Also
Categories
Find more on Biotech and Pharmaceutical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!