breast-cancer.arff

CODEDRAGON Development/Java

반응형


 

 

 

breast-cancer.arff

·         유방암 데이터

·         Breast cancer data.

 

·         데이터 세트에는 no-recurrence-events 클래스의 201 인스턴스와 recurrence-events 85 인스턴스가 포함되어 있습니다. 인스턴트들은 9가지 속성으로 설명되며, 일부는 선형데이터이고 일부는 명목형 데이터입니다.

·         This data set includes 201 instances of one class and 85 instances of another class. The instances are described by 9 attributes, some of which are linear and some are nominal.

 

 

 

attribute

description

type

age

{'10-19','20-29','30-39','40-49','50-59','60-69','70-79','80-89','90-99'}

Enum

menopause

{'lt40','ge40','premeno'}

Enum

tumor-size

{'0-4','5-9','10-14','15-19','20-24','25-29','30-34','35-39','40-44','45-49','50-54','55-59'}

Enum

inv-nodes

{'0-2','3-5','6-8','9-11','12-14','15-17','18-20','21-23','24-26','27-29','30-32','33-35','36-39'}

Enum

node-caps

{'yes','no'}

Enum

deg-malig

{'1','2','3'}

Enum

breast

{'left','right'}

Enum

breast-quad

{'left_up','left_low','right_up','right_low','central'}

Enum

irradiat

{'yes','no'}

Enum

Class

{'no-recurrence-events','recurrence-events'}

Enum

 

 

 


 

 

 


 


 


반응형

'Development > Java' 카테고리의 다른 글

supermarket.arff 데이터 셋  (0) 2019.12.08
M5P  (0) 2019.12.07
OneR 수행단계  (0) 2019.12.05
베이지안 네트워크 w/ Java  (0) 2019.12.05
ARFF(Attribute-Relation File Format)  (0) 2019.12.04