mozdev.org

moztorch

resources:

Class Heirarchy

mtMachine - Implements all mtIMachine methods.
  mtMachineKnn - Glue to K-nearest neighbor machine in Torch library
  mtMachineNBayes - Glue to naive bayesian machine in Torch library
  mtMachineSvm - Glue to support vector machine in Torch library

mtMState - variables used to represent current machine state
  mtMStateKnn
  mtMStateNBayes
  mtMStateSvm

mtModule - implements XPCOM housekeeping code (e.g., register components and implement factory code for creating them)
mtMStateNBayes::Init - Initialization object passed to mtMStateNBayes constructor
mtMStateSvm::Init - Initialization object passed to mtMStateSvm constructor
mtString - very small utility class for dealing with character arrays
Torch::MsgObserver - defines interface for registering a message observer (consumes text messages such as logs, errors, etc)

Coding Notes

Multithreading Notes

Build Instructions

To build the XPI file and everything it depends on: To install a debugging version into the global Firefox directory: To test the installed debugging version:

Links

Bugs

The moztorch project can be contacted through the mailing list or the member list.
Copyright © 2000-2009. All rights reserved. Terms of Use & Privacy Policy.