Click or drag to resize
Accord.NET (logo)

BaseBagOfWordsTModel, TPoint, TFeature, TClustering, TExtractor, TInputInit Method

Initializes this instance.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected void Init(
	TExtractor detector,
	TClustering algorithm
)
Request Example View Source

Parameters

detector
Type: TExtractor
algorithm
Type: TClustering
See Also