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