Namespace: NReco.Math3Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
public static double[] viewRow(
double[,] m,
int row
)
public static double[] viewRow(
double[,] m,
int row
)
Public Shared Function viewRow (
m As Double(,),
row As Integer
) As Double()
Public Shared Function viewRow (
m As Double(,),
row As Integer
) As Double()
public:
static array<double>^ viewRow(
array<double,2>^ m,
int row
)
public:
static array<double>^ viewRow(
array<double,2>^ m,
int row
)
static member viewRow :
m : float[,] *
row : int -> float[]
static member viewRow :
m : float[,] *
row : int -> float[]
Return Value
Type:
Double