MatrixUtil.viewRow Method NReco.Recommender Class Library

Namespace: NReco.Math3
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double[] viewRow(
	double[,] m,
	int row
)

Parameters

m
Type:System.Double[,]
row
Type: System.Int32

Return Value

Type:Double[]
See Also