Namespace: NReco.CF.Taste.Impl.EvalAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
public IRStatisticsImpl(
double precision,
double recall,
double fallOut,
double ndcg,
double reach
)
public IRStatisticsImpl(
double precision,
double recall,
double fallOut,
double ndcg,
double reach
)
Public Sub New (
precision As Double,
recall As Double,
fallOut As Double,
ndcg As Double,
reach As Double
)
Public Sub New (
precision As Double,
recall As Double,
fallOut As Double,
ndcg As Double,
reach As Double
)
public:
IRStatisticsImpl(
double precision,
double recall,
double fallOut,
double ndcg,
double reach
)
public:
IRStatisticsImpl(
double precision,
double recall,
double fallOut,
double ndcg,
double reach
)
new :
precision : float *
recall : float *
fallOut : float *
ndcg : float *
reach : float -> IRStatisticsImpl
new :
precision : float *
recall : float *
fallOut : float *
ndcg : float *
reach : float -> IRStatisticsImpl