Breast Tissue
Donated on 5/9/2010
Dataset with electrical impedance measurements of freshly excised tissue samples from the breast.
Dataset Characteristics
Multivariate
Subject Area
Health and Medicine
Associated Tasks
Classification
Feature Type
Real
# Instances
106
# Features
-
Dataset Information
Additional Information
Impedance measurements were made at the frequencies: 15.625, 31.25, 62.5, 125, 250, 500, 1000 KHz Impedance measurements of freshly excised breast tissue were made at the follwoing frequencies: 15.625, 31.25, 62.5, 125, 250, 500, 1000 KHz. These measurements plotted in the (real, -imaginary) plane constitute the impedance spectrum from where the breast tissue features are computed. The dataset can be used for predicting the classification of either the original 6 classes or of 4 classes by merging together the fibro-adenoma, mastopathy and glandular classes whose discrimination is not important (they cannot be accurately discriminated anyway).
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no |
0 to 10 of 10
Additional Variable Information
I0 Impedivity (ohm) at zero frequency PA500 phase angle at 500 KHz HFS high-frequency slope of phase angle DA impedance distance between spectral ends AREA area under spectrum A/DA area normalized by DA MAX IP maximum of the spectrum DR distance between I0 and real part of the maximum frequency point P length of the spectral curve Class car(carcinoma), fad (fibro-adenoma), mas (mastopathy), gla (glandular), con (connective), adi (adipose). The
Dataset Files
File | Size |
---|---|
BreastTissue.xls | 85 KB |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset breast_tissue = fetch_ucirepo(id=192) # data (as pandas dataframes) X = breast_tissue.data.features y = breast_tissue.data.targets # metadata print(breast_tissue.metadata) # variable information print(breast_tissue.variables)
S, J. & Jossinet, J. (1996). Breast Tissue [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5P31H.
Creators
JP S
J Jossinet
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.