Namespace: NReco.Math3.AlsAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
public static double[,] createMiIi(
IList<double[]> featureVectors,
int numFeatures
)
public static double[,] createMiIi(
IList<double[]> featureVectors,
int numFeatures
)
Public Shared Function createMiIi (
featureVectors As IList(Of Double()),
numFeatures As Integer
) As Double(,)
Public Shared Function createMiIi (
featureVectors As IList(Of Double()),
numFeatures As Integer
) As Double(,)
public:
static array<double,2>^ createMiIi(
IList<array<double>^>^ featureVectors,
int numFeatures
)
public:
static array<double,2>^ createMiIi(
IList<array<double>^>^ featureVectors,
int numFeatures
)
static member createMiIi :
featureVectors : IList<float[]> *
numFeatures : int -> float[,]
static member createMiIi :
featureVectors : IList<float[]> *
numFeatures : int -> float[,]
Return Value
Type:
Double