RefreshHelper Refresh Method NReco.Recommender Class Library
Typically this is called in {@link Refreshable#refresh(java.util.Collection)} and is the entire body of that method.

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

public void Refresh(
	IList<IRefreshable> alreadyRefreshed
)

Parameters

alreadyRefreshed
Type: System.Collections.Generic IList IRefreshable 

Implements

IRefreshable Refresh(IList IRefreshable )
See Also