|
WisconsinPrognosticBreastCancerOutcome Property
|
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.
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public int[] Outcome { get; }
Public ReadOnly Property Outcome As Integer()
Get
Request Example
View SourceProperty Value
Type:
Int32See Also