![]() |
SG++-Doxygen-Documentation
|
Functions | |
assembleTrainingVector (dvecs, cvecs, omit) | |
buildTrainingVector (data) | |
buildYVector (data) | |
callback_deprecated (option, opt, value, parser) | |
constructGrid (dim) | |
doApply () | |
doEval () | |
doEvalStdin () | |
doFold () | |
doFoldf () | |
doFoldr () | |
doFolds () | |
doFoldStratified () | |
doNormal () | |
doTest () | |
evaluateError (classes, alpha, m) | |
Subroutine evaluation of error. | |
exec_mode (mode) | |
format_optionlist (l) | |
formTxt (te_refine, tr_refine, num_refine, withHeader=True) | |
returns txt variable for stats | |
formTxtVal (te_refine, tr_refine, val_refine, num_points, withHeader=True) | |
returns txt variable for stats with validation set | |
getEpochsErrorIncreasing (list) | |
returns the number of epochs the error is increasing | |
getNumOfPoints (options, grid) | |
openAlphaFile (filename) | |
openFile (filename) | |
performFold (dvec, cvec) | |
performFoldNew (dvec, cvec, ifold) | |
performFoldRegression (dvec, cvec) | |
run (grid, training, classes) | |
testValuesWithCharacteristicNumbers (grid, alpha, test, classes, evalValues) | |
testVector (grid, alpha, test, classes) | |
testVectorFast (grid, alpha, test, classes) | |
testVectorFastMSE (grid, alpha, test, vals) | |
testVectorFastWithCharacteristicNumbers (grid, alpha, test, classes) | |
testVectorValues (grid, alpha, test, classes, evalValues) | |
Variables | |
action | |
args | |
callback | |
choices | |
CMode = options.CMode.lower() | |
default | |
dest | |
False | |
help | |
metavar | |
dict | modes |
None | |
options | |
parser = OptionParser() | |
type | |
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 | ( | ) |
References python.classifier.constructGrid(), and python.classifier.openAlphaFile().
python.classifier.doFold | ( | ) |
python.classifier.doFoldf | ( | ) |
python.classifier.doFoldr | ( | ) |
python.classifier.doFolds | ( | ) |
python.classifier.doFoldStratified | ( | ) |
References python.classifier.openFile(), and python.classifier.performFoldNew().
python.classifier.doNormal | ( | ) |
python.classifier.doTest | ( | ) |
References python.classifier.buildTrainingVector(), python.classifier.buildYVector(), python.classifier.constructGrid(), python.classifier.evaluateError(), python.classifier.formTxt(), python.classifier.getEpochsErrorIncreasing(), python.classifier.getNumOfPoints(), python.classifier.openFile(), and python.classifier.testVectorFastWithCharacteristicNumbers().
python.classifier.evaluateError | ( | classes, | |
alpha, | |||
m | |||
) |
Subroutine evaluation of error.
Referenced by python.classifier.doApply(), python.classifier.doEval(), python.classifier.doTest(), and python.classifier.run().
python.classifier.exec_mode | ( | mode | ) |
References python.classifier.format_optionlist(), and python.classifier.type.
python.classifier.format_optionlist | ( | l | ) |
References python.classifier.type.
Referenced by python.classifier.exec_mode().
python.classifier.formTxt | ( | te_refine, | |
tr_refine, | |||
num_refine, | |||
withHeader = True |
|||
) |
returns txt variable for stats
Referenced by python.classifier.doTest(), python.classifier.performFold(), and python.classifier.performFoldRegression().
python.classifier.formTxtVal | ( | te_refine, | |
tr_refine, | |||
val_refine, | |||
num_points, | |||
withHeader = True |
|||
) |
returns txt variable for stats with validation set
Referenced by python.classifier.performFoldNew().
python.classifier.getEpochsErrorIncreasing | ( | list | ) |
returns the number of epochs the error is increasing
list | List with MSE's from different refinement iterations |
Referenced by python.classifier.doTest().
python.classifier.getNumOfPoints | ( | options, | |
grid | |||
) |
python.classifier.openAlphaFile | ( | filename | ) |
Referenced by python.classifier.doApply(), python.classifier.doEval(), and python.classifier.doEvalStdin().
python.classifier.openFile | ( | filename | ) |
python.classifier.performFold | ( | dvec, | |
cvec | |||
) |
References python.classifier.assembleTrainingVector(), python.classifier.constructGrid(), python.classifier.formTxt(), python.classifier.getNumOfPoints(), and python.classifier.testVectorFast().
Referenced by python.classifier.doFold(), python.classifier.doFoldf(), python.classifier.doFoldr(), and python.classifier.doFolds().
python.classifier.performFoldNew | ( | dvec, | |
cvec, | |||
ifold | |||
) |
python.classifier.performFoldRegression | ( | dvec, | |
cvec | |||
) |
Perform n-fold cross-validation. @param dvec contains n DataMatrices for the single folds; @param cvec contains n DataVectors with function values for the single folds
References python.classifier.assembleTrainingVector(), python.classifier.constructGrid(), python.classifier.formTxt(), python.classifier.getNumOfPoints(), and python.classifier.testVectorFastMSE().
Referenced by python.classifier.doFold(), python.classifier.doFoldf(), python.classifier.doFoldr(), and python.classifier.doFolds().
python.classifier.run | ( | grid, | |
training, | |||
classes | |||
) |
References python.classifier.evaluateError(), and python.classifier.getNumOfPoints().
Referenced by python.classifier.doNormal().
python.classifier.testValuesWithCharacteristicNumbers | ( | grid, | |
alpha, | |||
test, | |||
classes, | |||
evalValues | |||
) |
python.classifier.testVector | ( | grid, | |
alpha, | |||
test, | |||
classes | |||
) |
python.classifier.testVectorFast | ( | grid, | |
alpha, | |||
test, | |||
classes | |||
) |
Referenced by python.classifier.performFold(), and python.classifier.performFoldNew().
python.classifier.testVectorFastMSE | ( | grid, | |
alpha, | |||
test, | |||
vals | |||
) |
Referenced by python.classifier.performFoldRegression().
python.classifier.testVectorFastWithCharacteristicNumbers | ( | grid, | |
alpha, | |||
test, | |||
classes | |||
) |
Referenced by python.classifier.doTest().
python.classifier.testVectorValues | ( | grid, | |
alpha, | |||
test, | |||
classes, | |||
evalValues | |||
) |
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 |
Referenced by python.classifier.exec_mode(), and python.classifier.format_optionlist().