| Interface | Description |
|---|---|
| IInference |
IInference interface - inorder to add new inference in you own task you should implement this interface
|
| Class | Description |
|---|---|
| InferenceDummyData |
Dummy data inference example
|
| InferenceMultiClass |
Multi class inference
Created by yossiadi on 7/17/15.
|
| InferenceMultiClassOld |
Multi class inference - slower version
|
| InferenceOCR |
An inference for the OCR task as described here: http://papers.nips.cc/paper/2397-max-margin-markov-networks.pdf
Created by yossiadi on 19/12/2015.
|
| InferenceRanking | |
| InferenceVowelDurationData |
Inference for the Vowel Duration Measurement task
|