ProportionalHazardsGetClassValues Method |
Returns the class values taken by each classification variable.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetClassValues()
Public Overridable Function GetClassValues As Double()
public:
virtual array<double>^ GetClassValues()
abstract GetClassValues : unit -> float[]
override GetClassValues : unit -> float[]
Return Value
Type:
Double A
double array containing the values taken
by each classification variable.
Exceptions Remarks
For description purposes, let nclval = GetClassValueCounts().
Then the first nclval[0] elements contain the values for the
first classification variable, the next nclval[1] elements
contain the values for the second classification variable, etc.
See Also