Skip to content

Inference Design Pattern

JohnDenis edited this page Oct 29, 2012 · 1 revision

For the inference algorithms a high level of abstraction is necessary. A proposal is to use the abstract method pattern, where each algorithm extends an inference object an implements the methods which it provides.

Clone this wiki locally