Click or drag to resize
Accord.NET (logo)

BaseBagOfWordsTModel, TPoint, TFeature, TClustering, TExtractor, TInputFor Method

Executes a parallel for using the feature detector in a thread-safe way.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected void For(
	int fromInclusive,
	int toExclusive,
	Action<int, TExtractor> action
)
Request Example View Source

Parameters

fromInclusive
Type: SystemInt32
toExclusive
Type: SystemInt32
action
Type: SystemActionInt32, TExtractor
See Also