|
ToolsProportions Method (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[] positives,
int[] negatives
)
<ObsoleteAttribute("Please use Classes.GetRatio instead.")>
Public Shared Function Proportions (
positives As Integer(),
negatives As Integer()
) As Double()
Request Example
View SourceParameters
- positives
- Type: SystemInt32
- negatives
- Type: SystemInt32
Return Value
Type:
DoubleSee Also