Implementations encapsulate information retrieval-related statistics about a
IRecommender's recommendations.
Namespace: NReco.CF.Taste.EvalAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IRStatistics type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetF1Measure |
See F-measure.
|
![]() | GetFallOut |
See Fall-Out.
|
![]() | GetFNMeasure |
See F-measure.
|
![]() | GetNormalizedDiscountedCumulativeGain | |
![]() | GetPrecision |
See Precision.
|
![]() | GetReach |
The fraction of all users for whom recommendations could be produced
|
![]() | GetRecall |
See Recall.
|
Remarks
See Also