SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
classifier.py File Reference

Namespaces

namespace  python
 
namespace  python.classifier
 

Functions

 python.classifier.assembleTrainingVector (dvecs, cvecs, omit)
 
 python.classifier.buildTrainingVector (data)
 
 python.classifier.buildYVector (data)
 
 python.classifier.callback_deprecated (option, opt, value, parser)
 
 python.classifier.constructGrid (dim)
 
 python.classifier.doApply ()
 
 python.classifier.doEval ()
 
 python.classifier.doEvalStdin ()
 
 python.classifier.doFold ()
 
 python.classifier.doFoldf ()
 
 python.classifier.doFoldr ()
 
 python.classifier.doFolds ()
 
 python.classifier.doFoldStratified ()
 
 python.classifier.doNormal ()
 
 python.classifier.doTest ()
 
 python.classifier.evaluateError (classes, alpha, m)
 Subroutine evaluation of error.
 
 python.classifier.exec_mode (mode)
 
 python.classifier.format_optionlist (l)
 
 python.classifier.formTxt (te_refine, tr_refine, num_refine, withHeader=True)
 returns txt variable for stats
 
 python.classifier.formTxtVal (te_refine, tr_refine, val_refine, num_points, withHeader=True)
 returns txt variable for stats with validation set
 
 python.classifier.getEpochsErrorIncreasing (list)
 returns the number of epochs the error is increasing
 
 python.classifier.getNumOfPoints (options, grid)
 
 python.classifier.openAlphaFile (filename)
 
 python.classifier.openFile (filename)
 
 python.classifier.performFold (dvec, cvec)
 
 python.classifier.performFoldNew (dvec, cvec, ifold)
 
 python.classifier.performFoldRegression (dvec, cvec)
 
 python.classifier.run (grid, training, classes)
 
 python.classifier.testValuesWithCharacteristicNumbers (grid, alpha, test, classes, evalValues)
 
 python.classifier.testVector (grid, alpha, test, classes)
 
 python.classifier.testVectorFast (grid, alpha, test, classes)
 
 python.classifier.testVectorFastMSE (grid, alpha, test, vals)
 
 python.classifier.testVectorFastWithCharacteristicNumbers (grid, alpha, test, classes)
 
 python.classifier.testVectorValues (grid, alpha, test, classes, evalValues)
 

Variables

 python.classifier.action
 
 python.classifier.args
 
 python.classifier.callback
 
 python.classifier.choices
 
 python.classifier.CMode = options.CMode.lower()
 
 python.classifier.default
 
 python.classifier.dest
 
 python.classifier.False
 
 python.classifier.help
 
 python.classifier.metavar
 
dict python.classifier.modes
 
 python.classifier.None
 
 python.classifier.options
 
 python.classifier.parser = OptionParser()
 
 python.classifier.type