IRescorer T  Rescore Method NReco.Recommender Class Library
Calculate new score for given thing and its original score

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

double Rescore(
	T thing,
	double originalScore
)

Parameters

thing
Type: T
thing to rescore
originalScore
Type: System Double
original score

Return Value

Type: Double
modified score, or {@link Double#NaN} to indicate that this should be excluded entirely
See Also