필터 지우기
필터 지우기

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

Community Treasure Hunt

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

Start Hunting!

Translated by