|
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
)
Protected Sub For (
fromInclusive As Integer,
toExclusive As Integer,
action As Action(Of Integer, TExtractor)
)
Request Example
View SourceParameters
- fromInclusive
- Type: SystemInt32
- toExclusive
- Type: SystemInt32
- action
- Type: SystemActionInt32, TExtractor
See Also