Click or drag to resize
Accord.NET (logo)

WisconsinDiagnosticBreastCancer Properties

The WisconsinDiagnosticBreastCancer type exposes the following members.

Properties
  NameDescription
Public propertyClassLabels
Gets the class labels associated with each instance in Wisconsin's Breast Cancer dataset.
Public propertyClassNames
Gets the class labels in Wisconsin's (Diagnostic) Breast Cancer dataset. "Benign", "Malignant".
Public propertyFeatures
Gets the data instance features contained in Wisconsin's Breast Cancer dataset.
Public propertyInstanceIds
Gets identifiers for each of the instances contained in Wisconsin's Breast Cancer dataset.
Public propertyVariableNames
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)
Top
See Also