moztorch
| resources: | Home Mailing List Installation Source Code Members Screenshots |
|---|
This page documents the XPCOM API used in moztorch. Included is a list Interfaces and Components. An attempt was made to provide interface and component names which correspond to names used by Torch objects.
- mtIDataSet - Provides methods which operate on datasets.
- mtIMachine - Provides methods which train and test a machine. In this sense, the interface provides access to a learning algorithm and it's associated training algorithm.
- mtIMsgObserver - Provides methods which handle text messages. Used for reporting log and error messages from within Torch code.
- mtIStrEnumerator - Provides sequential access to a list of character strings.
@pdx.edu/moztorch/mtMachineKnn;1- Implements a k-nearest neighbor machine. Supports the mtIMachine interface. CID: 7E196252-DF38-47c3-9D16-6985A9DDB705.@pdx.edu/moztorch/mtMachineNBayes;1- Implements a naive bayes machine. Supports the mtIMachine interface. CID: 4E994AF8-3116-4bdb-AC40-30FECC09A348.@pdx.edu/moztorch/mtMachineSvm;1- Implements a support vector machine. Supports the mtIMachine interface. CID: 05056F6C-60E8-44e2-9AEF-DC972BB240DF.@pdx.edu/moztorch/mtDataSet;1- Provides access to a dataset backed by a file in Torch format. Supports the mtIDataSet interface. CID: 38E80350-3961-4feb-9BA4-A1F4F8C34554.@pdx.edu/moztorch/mtMsgObserver;1- Provides an observer which prints all messages to the JavaScript Console. Supports the mtIMsgObserver interface. CID: 10EFE9AC-CDE5-4104-807B-786C2B43FD62.