Implementations of this interface have state that can be periodically refreshed. For example, an
implementation instance might contain some pre-computed information that should be periodically refreshed.
The Refresh(IList IRefreshable ) method triggers such a refresh.
Namespace: NReco.CF.Taste.CommonAll Taste components implement this. In particular, IRecommenders do. Callers may want to call Refresh(IList IRefreshable ) periodically to re-compute information throughout the system and bring it up to date, though this operation may be expensive.
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The IRefreshable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Refresh |
See Also