| 
            
              ToolsExpand 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 Jagged.OneHot instead.")]
public static double[][] Expand(
	int[] labels,
	int classes
)<ObsoleteAttribute("Please use Jagged.OneHot instead.")>
Public Shared Function Expand ( 
	labels As Integer(),
	classes As Integer
) As Double()() Request Example
		View SourceParameters
- labels
 - Type: SystemInt32
 - classes
 - Type: SystemInt32
 
Return Value
Type: 
Double
See Also