Click or drag to resize
Accord.NET (logo)

WisconsinPrognosticBreastCancerTime Property

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.

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

Property Value

Type: Int32
See Also