ClassificationType Enumeration

CVB.Net Documentation
Determine the classification type to be carried out.

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

public enum ClassificationType
Members

  Member nameValueDescription
None0 The enum element indicating undefined state.
OneVersusAll1 Quick classification that tests versus all classes simultaneously (but potentially at the cost of result quality, especially if many classes are involved).
OneVersusOne2 Thorough classification that tests all possible pairs of classes (which yields potentially better results if many classes are involved but takes significantly longer than the OneVersusAll approach).
See Also

Reference