Click or drag to resize
Accord.NET (logo)

WisconsinPrognosticBreastCancerVariableNames Property

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)

Namespace:  Accord.DataSets
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
public string[] VariableNames { get; }
Request Example View Source

Property Value

Type: String
See Also