|
Tools. Proportions Method (Int32[] [] , Int32, Int32)
|
Note: This API is now obsolete.
Namespace:
Accord.Statistics
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax[ObsoleteAttribute("Please use Classes.GetRatio instead.")]
public static double[] Proportions(
int[][] data,
int positiveColumn,
int negativeColumn
)
<ObsoleteAttribute("Please use Classes.GetRatio instead.")>
Public Shared Function Proportions (
data As Integer()(),
positiveColumn As Integer,
negativeColumn As Integer
) As Double()
Request Example
View SourceParameters
- data
- Type:System.Int32[][]
- positiveColumn
- Type: System.Int32
- negativeColumn
- Type: System.Int32
Return Value
Type:
Double[]
See Also