SG++-Doxygen-Documentation
|
Classes | |
class | Matrix |
Functions | |
def | appendToDict (dict, key, val) |
def | checkData (data) |
def | gzOpen (filename, mode="r") |
def | isARFFFile (filename) |
def | makedir (path, verbose=False) |
def | normalize (data, border=0.0, filename=None, minvals=None, maxvals=None, verbose=False) |
def | normalizeClasses (data, border=0.0, minborder=-sys.maxsize-1, verbose=False) |
def | readAlpha (filename) |
def | readAlphaARFF (filename) |
def | readAlphaTrivial (filename, delim=None) |
def | readCheckpoint (filename) |
def | readData (filename) |
def | readDataARFF (filename) |
def | readDataTrivial (filename, delim=None, hasclass=True) |
def | readGrid (filename) |
def | readGridAlpha (fnamegrid, fnamealpha) |
def | readNormfile (filename) |
def | split_DataVector_by_proportion (data, proportion) |
def | split_DataVectors_by_proportion_stratified (data, classes, proportion) |
def | split_n_folds (data, num_partitions, seed=None) |
def | split_n_folds_sequential (data, num_partitions) |
def | split_n_folds_stratified (data, num_partitions, seed=None) |
def | writeAlphaARFF (filename, alpha) |
def | writeCheckpoint (filename, grid, alpha, adaption=None, fold=None) |
def | writeDataARFF (data, merge=False) |
def | writeDataMaple (data, merge) |
def | writeDataVectorMaple (data, filename, format="%s", maple_name="X", check=True) |
def | writeGnuplot (filename, grid, alpha, resolution, mode="w", data=None, fvals=None) |
def | writeGnuplotFctn (filename, dim, fctn, resolution, mode="w") |
def | writeGnuplotGrid (filename, grid) |
def | writeGrid (filename, grid) |
def | writeLockFile (filename, txt, mode="a") |
def | writeNormfile (filename, border, minvals, maxvals) |
def | writeStats (filename, txt, mode="a") |
def | writeStringToFile (s, filename, check=True) |
Variables | |
int | ARFF = 1 |
dictionary | base_types |
dictionary | CModes |
int | NOTAFILE = -1 |
int | SIMPLE = 0 |
def python.tools.appendToDict | ( | dict, | |
key, | |||
val | |||
) |
def python.tools.checkData | ( | data | ) |
def python.tools.gzOpen | ( | filename, | |
mode = "r" |
|||
) |
Referenced by python.tools.isARFFFile(), python.tools.readDataARFF(), python.tools.readDataTrivial(), python.tools.readGrid(), python.tools.readNormfile(), python.toolsExtended.readReferenceMatrix(), python.tools.writeAlphaARFF(), python.tools.writeDataARFF(), python.tools.writeGnuplot(), python.tools.writeGnuplotFctn(), python.tools.writeGrid(), python.tools.writeLockFile(), and python.tools.writeStringToFile().
def python.tools.isARFFFile | ( | filename | ) |
References python.tools.gzOpen().
Referenced by python.tools.readAlpha(), and python.tools.readData().
def python.tools.makedir | ( | path, | |
verbose = False |
|||
) |
def python.tools.normalize | ( | data, | |
border = 0.0 , |
|||
filename = None , |
|||
minvals = None , |
|||
maxvals = None , |
|||
verbose = False |
|||
) |
References python.tools.writeNormfile().
def python.tools.normalizeClasses | ( | data, | |
border = 0.0 , |
|||
minborder = -sys.maxsize-1 , |
|||
verbose = False |
|||
) |
def python.tools.readAlpha | ( | filename | ) |
References python.tools.isARFFFile(), python.tools.readAlphaARFF(), and python.tools.readAlphaTrivial().
Referenced by python.classifier.openAlphaFile(), and python.tools.readGridAlpha().
def python.tools.readAlphaARFF | ( | filename | ) |
References python.tools.readDataARFF().
Referenced by python.uq.dists.SGDEdist.SGDEdist.byFiles(), python.tools.readAlpha(), and python.tools.readCheckpoint().
def python.tools.readAlphaTrivial | ( | filename, | |
delim = None |
|||
) |
References python.tools.readDataTrivial().
Referenced by python.tools.readAlpha().
def python.tools.readCheckpoint | ( | filename | ) |
References python.tools.readAlphaARFF(), and python.tools.readGrid().
def python.tools.readData | ( | filename | ) |
References python.tools.isARFFFile(), python.tools.readDataARFF(), and python.tools.readDataTrivial().
Referenced by python.classifier.openFile().
def python.tools.readDataARFF | ( | filename | ) |
def python.tools.readDataTrivial | ( | filename, | |
delim = None , |
|||
hasclass = True |
|||
) |
References python.tools.gzOpen().
Referenced by python.uq.dists.SGDEdist.SGDEdist.byFiles(), python.tools.readAlphaTrivial(), and python.tools.readData().
def python.tools.readGrid | ( | filename | ) |
def python.tools.readGridAlpha | ( | fnamegrid, | |
fnamealpha | |||
) |
References python.tools.readAlpha(), and python.tools.readGrid().
def python.tools.readNormfile | ( | filename | ) |
References python.tools.gzOpen(), and sgpp::combigrid.split().
Referenced by python.classifier.doEvalStdin().
def python.tools.split_DataVector_by_proportion | ( | data, | |
proportion | |||
) |
def python.tools.split_DataVectors_by_proportion_stratified | ( | data, | |
classes, | |||
proportion | |||
) |
Referenced by python.classifier.performFoldNew(), and python.tools.split_DataVector_by_proportion().
def python.tools.split_n_folds | ( | data, | |
num_partitions, | |||
seed = None |
|||
) |
Referenced by python.classifier.doFold().
def python.tools.split_n_folds_sequential | ( | data, | |
num_partitions | |||
) |
Referenced by python.classifier.doFolds().
def python.tools.split_n_folds_stratified | ( | data, | |
num_partitions, | |||
seed = None |
|||
) |
Referenced by python.classifier.doFoldr(), and python.classifier.doFoldStratified().
def python.tools.writeAlphaARFF | ( | filename, | |
alpha | |||
) |
References python.tools.gzOpen().
Referenced by python.classifier.doNormal(), python.classifier.doTest(), python.uq.dists.optimization.estimateDensitySGDE.estimateDensitySGDE(), python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.sampleGrids(), python.tools.writeCheckpoint(), and python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.writeCheckpoints().
def python.tools.writeCheckpoint | ( | filename, | |
grid, | |||
alpha, | |||
adaption = None , |
|||
fold = None |
|||
) |
def python.tools.writeDataARFF | ( | data, | |
merge = False |
|||
) |
References python.tools.gzOpen().
Referenced by python.classifier.doApply(), python.classifier.doEval(), python.uq.dists.optimization.estimateDensityDTrees.estimateDensityDTrees(), python.uq.dists.optimization.estimateDensityKDE.estimateDensityKDE(), python.uq.dists.optimization.estimateDensitySGDE.estimateDensitySGDE(), python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.sampleGrids(), python.uq.analysis.mc.MCAnalysis.MCAnalysis.writeMoments(), python.uq.analysis.Analysis.Analysis.writeMoments(), python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.writeSensitivityValues(), python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.writeStats(), and python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.writeSurplusesLevelWise().
def python.tools.writeDataMaple | ( | data, | |
merge | |||
) |
References sgpp::combigrid.join().
def python.tools.writeDataVectorMaple | ( | data, | |
filename, | |||
format = "%s" , |
|||
maple_name = "X" , |
|||
check = True |
|||
) |
References sgpp::combigrid.join(), and python.tools.writeStringToFile().
def python.tools.writeGnuplot | ( | filename, | |
grid, | |||
alpha, | |||
resolution, | |||
mode = "w" , |
|||
data = None , |
|||
fvals = None |
|||
) |
References sgpp::op_factory.createOperationEval(), and python.tools.gzOpen().
Referenced by python.classifier.doNormal(), and python.classifier.doTest().
def python.tools.writeGnuplotFctn | ( | filename, | |
dim, | |||
fctn, | |||
resolution, | |||
mode = "w" |
|||
) |
References python.tools.gzOpen().
def python.tools.writeGnuplotGrid | ( | filename, | |
grid | |||
) |
References analyse_erg.file.
def python.tools.writeGrid | ( | filename, | |
grid | |||
) |
References python.tools.gzOpen().
Referenced by python.uq.operations.forcePositivity.estimateDensity.EstimateDensityAlgorithm.computeHierarchicalCoefficients(), python.classifier.doNormal(), python.classifier.doTest(), python.tools.writeCheckpoint(), and python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.writeCheckpoints().
def python.tools.writeLockFile | ( | filename, | |
txt, | |||
mode = "a" |
|||
) |
References python.tools.gzOpen().
Referenced by python.tools.writeStats().
def python.tools.writeNormfile | ( | filename, | |
border, | |||
minvals, | |||
maxvals | |||
) |
References sgpp::combigrid.join(), and python.tools.writeStringToFile().
Referenced by python.tools.normalize().
def python.tools.writeStats | ( | filename, | |
txt, | |||
mode = "a" |
|||
) |
def python.tools.writeStringToFile | ( | s, | |
filename, | |||
check = True |
|||
) |
References python.tools.gzOpen().
Referenced by python.tools.writeDataVectorMaple(), and python.tools.writeNormfile().
int python.tools.ARFF = 1 |
dictionary python.tools.base_types |
dictionary python.tools.CModes |
int python.tools.NOTAFILE = -1 |
int python.tools.SIMPLE = 0 |