FixedSizeSamplingIterator T  Constructor NReco.Recommender Class Library

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

public FixedSizeSamplingIterator(
	int size,
	IEnumerator<T> source
)

Parameters

size
Type: System Int32
source
Type: System.Collections.Generic IEnumerator T 
See Also