PredictorBaseGetGranularity Method

CVB.Net Documentation
The function returns the granularity (see tutorial) associated with a preprocessing code.

Namespace:  Stemmer.Cvb.Polimago
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public static int GetGranularity(
	string preproCode
)

Parameters

preproCode
Type: SystemString
Preprocessing code to determine the granularity for.

Return Value

Type: Int32
Granularity value for the preprocessing code.
See Also

Reference