IRStatisticsImpl Constructor NReco.Recommender Class Library
Initializes a new instance of the IRStatisticsImpl class

Namespace: NReco.CF.Taste.Impl.Eval
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IRStatisticsImpl(
	double precision,
	double recall,
	double fallOut,
	double ndcg,
	double reach
)
See Also