IRStatistics InterfaceNReco.Recommender Class Library
Implementations encapsulate information retrieval-related statistics about a IRecommender's recommendations.

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

public interface IRStatistics

The IRStatistics type exposes the following members.

Methods

  NameDescription
Public methodGetF1Measure
See F-measure.
Public methodGetFallOut
See Fall-Out.
Public methodGetFNMeasure
See F-measure.
Public methodGetNormalizedDiscountedCumulativeGain
Public methodGetPrecision
See Precision.
Public methodGetReach
The fraction of all users for whom recommendations could be produced
Public methodGetRecall
See Recall.
Top
Remarks

See Information retrieval.
See Also