IRescorer T  IsFiltered Method NReco.Recommender Class Library
Returns to exclude the given thing.

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

bool IsFiltered(
	T thing
)

Parameters

thing
Type: T
the thing to filter

Return Value

Type: Boolean
to exclude, otherwise
See Also