treeDepth property

int? treeDepth
getter/setter pair

The depth of the tree-based structure.

Only depth values of 2 and 3 are supported. Recommended value is 2 if you have if you have O(10K) files in the RagCorpus and set this to 3 if more than that. Default value is 2.

Implementation

core.int? treeDepth;