Lines Matching defs:Classifier
196 type Classifier struct { struct
197 tc *TraceConfiguration
198 dict *dictionary
199 docs map[string]*indexedDocument
200 threshold float64
201 q int // The value of q for q-grams in this corpus
235 func (c *Classifier) Normalize(in []byte) []byte {
278 func (c *Classifier) LoadLicenses(dir string) error {
314 func (c *Classifier) SetTraceConfiguration(in *TraceConfiguration) {
321 func (c *Classifier) Match(in []byte) Results {
330 func (c *Classifier) MatchFrom(in io.Reader) (Results, error) {