ClsEngineWeight

This property sets or returns the classification weights within the Classification Result Matrix.

Syntax

ClsEngineWeight (MethodIndex as Long, DocClassIndex as Long) as Double
Parameter Description
MethodIndex MethodIndex = 0 can be used to access the voted result of all classification methods. A MethodIndex of 1 - n can be used to access the results of the single classification methods. The sorting of the classification methods within the array is determined by the collection of classification settings of the Brainware Intelligent Capture Project. You can access this collection from the script as Project.ClassifySettings, which has a type of SCBCroCollection. Use the Count property to get the number of used classification engines or use the ItemIndex / ItemName property to find the index of classification method or the name for an index.
DocClassIndex The DocClassIndex is determined by the collection of all document classes. You can access this collection from script as Project.AllClasses that is a type of SCBCroCollection. Use the Count property to get the number of DocClasses or use the ItemIndex / ItemName property to find the index of DocClass or the name for an index.