Namespace: NReco.CF.Taste.Impl.Recommender.SVDAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
public ParallelSGDFactorizer(
IDataModel dataModel,
int numFeatures,
double lambda,
int numEpochs
)
public ParallelSGDFactorizer(
IDataModel dataModel,
int numFeatures,
double lambda,
int numEpochs
)
Public Sub New (
dataModel As IDataModel,
numFeatures As Integer,
lambda As Double,
numEpochs As Integer
)
Public Sub New (
dataModel As IDataModel,
numFeatures As Integer,
lambda As Double,
numEpochs As Integer
)
public:
ParallelSGDFactorizer(
IDataModel^ dataModel,
int numFeatures,
double lambda,
int numEpochs
)
public:
ParallelSGDFactorizer(
IDataModel^ dataModel,
int numFeatures,
double lambda,
int numEpochs
)
new :
dataModel : IDataModel *
numFeatures : int *
lambda : float *
numEpochs : int -> ParallelSGDFactorizer
new :
dataModel : IDataModel *
numFeatures : int *
lambda : float *
numEpochs : int -> ParallelSGDFactorizer