|
ToolsExpand Method (Int32, 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.Expand instead.")]
public static int[][] Expand(
int[][] data,
int labelColumn,
int positiveColumn,
int negativeColumn
)
<ObsoleteAttribute("Please use Classes.Expand instead.")>
Public Shared Function Expand (
data As Integer()(),
labelColumn As Integer,
positiveColumn As Integer,
negativeColumn As Integer
) As Integer()()
Request Example
View SourceParameters
- data
- Type: SystemInt32
- labelColumn
- Type: SystemInt32
- positiveColumn
- Type: SystemInt32
- negativeColumn
- Type: SystemInt32
Return Value
Type:
Int32See Also