WisconsinPrognosticBreastCancer Properties |
The WisconsinPrognosticBreastCancer type exposes the following members.
Name | Description | |
---|---|---|
ClassLabels |
Gets the class labels associated with each instance
in Wisconsin's Breast Cancer dataset.
| |
ClassNames |
Gets the outcome labels in Wiscosin's Prognostic Breast Cancer dataset:
"Recurring" (cancer has re-orcurred during observation period), "Nonrecurring" (disease-free during observation period).
| |
Features |
Gets the data instance features contained in Wisconsin's Breast Cancer dataset.
| |
InstanceIds |
Gets identifiers for each of the instances contained in Wisconsin's Breast Cancer dataset.
| |
Outcome |
Gets the outcome for each of the data instances in the dataset. The outcomes can be either
0 (Recurring) or 1 (Non-recurring) depending on what happened at the time instants stored
in Time.
| |
Time |
Gets the time until a possible Outcome has been detected. If the outcome has been
ruled as recurring (0), it means that the cancer reocurred after the given number of days after
the initial treatment performed for this patient. If the outcome is marker as non-recurring (1),
it means the cancer has not been observed until the given number of days marked in this array.
| |
VariableNames |
Gets the variable names in Wisconsin's Breast Cancer dataset:
"radius" (mean of distances from center to points on the perimeter),
"texture" (standard deviation of gray-scale values),
"perimeter",
"area",
"smoothness" (local variation in radius lengths),
"compactness" (perimeter^2 / area - 1.0),
"concavity" (severity of concave portions of the contour),
"concave points" (number of concave portions of the contour),
"symmetry",
"fractal dimension" ("coastline approximation" - 1)
|