Lines Matching full:vector
102 /* number of attributes (= input vector size) for each tree type */
138 the size-optimized input vector for the tree using the input map
140 constructed input vector is stored in the tree object (this->invec
146 decision tree to the previously constructed input vector. The
189 predictions need to be used when constructing the input vector for
191 together with the rest of the input vector by the input map
200 /* construct a POS prediction input vector
201 tree input vector: 0-3 prefix UTF8 graphemes
217 /* classify a previously constructed input vector using tree 'this'
234 /* construct a POS disambiguation input vector (run in left-to-right mode)
235 tree input vector: 0-2 POS or POSgroup for each of the three previous words
255 /* classify a previously constructed input vector using tree 'this'
279 /* construct a G2P input vector (run in right-to-left mode)
280 tree input vector: 0-8 the 4 previous, current, and 4 following graphemes
309 /* classify a previously constructed input vector using tree 'this'
316 /* decompose the tree output and return the class vector in dtvres
317 dtvres: phones vector classification result
328 /* construct a PHR input vector (run in right-to-left mode)
329 tree input vector: 0-1 POS for each of the two previous words
358 /* classify a previously constructed input vector using tree 'this'
363 /* decompose the tree output and return the class vector in dtres
375 /* construct an ACC input vector (run in right-to-left mode)
376 tree input vector: 0-1 POS for each of the two previous words
418 /* classify a previously constructed input vector using tree 'this'
425 /* decompose the tree output and return the class vector in dtres
437 /* construct a Pam input vector and store the tree-specific encoded
438 input vector in the tree object.
439 vec: tree input vector, 60 single-byte-sized attributes
447 /* classify a previously constructed input vector using tree 'this'
453 dtres: phones vector classification result