![]() |
SG++-Doxygen-Documentation
|
Classes | |
class | Matrix |
Functions | |
appendToDict (dict, key, val) | |
checkData (data) | |
gzOpen (filename, mode="r") | |
isARFFFile (filename) | |
makedir (path, verbose=False) | |
normalize (data, border=0.0, filename=None, minvals=None, maxvals=None, verbose=False) | |
normalizeClasses (data, border=0.0, minborder=-sys.maxsize-1, verbose=False) | |
readAlpha (filename) | |
readAlphaARFF (filename) | |
readAlphaTrivial (filename, delim=None) | |
readCheckpoint (filename) | |
readData (filename) | |
readDataARFF (filename) | |
readDataTrivial (filename, delim=None, hasclass=True) | |
readGrid (filename) | |
readGridAlpha (fnamegrid, fnamealpha) | |
readNormfile (filename) | |
split_DataVector_by_proportion (data, proportion) | |
split_DataVectors_by_proportion_stratified (data, classes, proportion) | |
split_n_folds (data, num_partitions, seed=None) | |
split_n_folds_sequential (data, num_partitions) | |
split_n_folds_stratified (data, num_partitions, seed=None) | |
writeAlphaARFF (filename, alpha) | |
writeCheckpoint (filename, grid, alpha, adaption=None, fold=None) | |
writeDataARFF (data, merge=False) | |
writeDataMaple (data, merge) | |
writeDataVectorMaple (data, filename, format="%s", maple_name="X", check=True) | |
writeGnuplot (filename, grid, alpha, resolution, mode="w", data=None, fvals=None) | |
writeGnuplotFctn (filename, dim, fctn, resolution, mode="w") | |
writeGnuplotGrid (filename, grid) | |
writeGrid (filename, grid) | |
writeLockFile (filename, txt, mode="a") | |
writeNormfile (filename, border, minvals, maxvals) | |
writeStats (filename, txt, mode="a") | |
writeStringToFile (s, filename, check=True) | |
Variables | |
int | ARFF = 1 |
dict | base_types |
dict | CModes |
int | NOTAFILE = -1 |
int | SIMPLE = 0 |
python.tools.appendToDict | ( | dict, | |
key, | |||
val | |||
) |
python.tools.checkData | ( | data | ) |
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().
python.tools.isARFFFile | ( | filename | ) |
References python.tools.gzOpen().
Referenced by python.tools.readAlpha(), and python.tools.readData().
python.tools.makedir | ( | path, | |
verbose = False |
|||
) |
python.tools.normalize | ( | data, | |
border = 0.0 , |
|||
filename = None , |
|||
minvals = None , |
|||
maxvals = None , |
|||
verbose = False |
|||
) |
References python.tools.writeNormfile().
python.tools.normalizeClasses | ( | data, | |
border = 0.0 , |
|||
minborder = -sys.maxsize-1 , |
|||
verbose = False |
|||
) |
python.tools.readAlpha | ( | filename | ) |
References python.tools.isARFFFile(), and python.tools.readAlphaTrivial().
Referenced by python.tools.readGridAlpha().
python.tools.readAlphaARFF | ( | filename | ) |
python.tools.readAlphaTrivial | ( | filename, | |
delim = None |
|||
) |
Referenced by python.tools.readAlpha().
python.tools.readCheckpoint | ( | filename | ) |
python.tools.readData | ( | filename | ) |
References python.tools.isARFFFile().
python.tools.readDataARFF | ( | filename | ) |
References python.tools.gzOpen().
python.tools.readDataTrivial | ( | filename, | |
delim = None , |
|||
hasclass = True |
|||
) |
References python.tools.gzOpen().
python.tools.readGrid | ( | filename | ) |
References python.tools.gzOpen().
python.tools.readGridAlpha | ( | fnamegrid, | |
fnamealpha | |||
) |
References python.tools.readAlpha().
python.tools.readNormfile | ( | filename | ) |
References python.tools.gzOpen().
python.tools.split_DataVector_by_proportion | ( | data, | |
proportion | |||
) |
python.tools.split_DataVectors_by_proportion_stratified | ( | data, | |
classes, | |||
proportion | |||
) |
python.tools.split_n_folds | ( | data, | |
num_partitions, | |||
seed = None |
|||
) |
python.tools.split_n_folds_sequential | ( | data, | |
num_partitions | |||
) |
python.tools.split_n_folds_stratified | ( | data, | |
num_partitions, | |||
seed = None |
|||
) |
python.tools.writeAlphaARFF | ( | filename, | |
alpha | |||
) |
References python.tools.gzOpen().
python.tools.writeCheckpoint | ( | filename, | |
grid, | |||
alpha, | |||
adaption = None , |
|||
fold = None |
|||
) |
python.tools.writeDataARFF | ( | data, | |
merge = False |
|||
) |
References python.tools.gzOpen().
python.tools.writeDataMaple | ( | data, | |
merge | |||
) |
python.tools.writeDataVectorMaple | ( | data, | |
filename, | |||
format = "%s" , |
|||
maple_name = "X" , |
|||
check = True |
|||
) |
References python.tools.writeStringToFile().
python.tools.writeGnuplot | ( | filename, | |
grid, | |||
alpha, | |||
resolution, | |||
mode = "w" , |
|||
data = None , |
|||
fvals = None |
|||
) |
References python.tools.gzOpen().
python.tools.writeGnuplotFctn | ( | filename, | |
dim, | |||
fctn, | |||
resolution, | |||
mode = "w" |
|||
) |
References python.tools.gzOpen().
python.tools.writeGnuplotGrid | ( | filename, | |
grid | |||
) |
python.tools.writeGrid | ( | filename, | |
grid | |||
) |
References python.tools.gzOpen().
python.tools.writeLockFile | ( | filename, | |
txt, | |||
mode = "a" |
|||
) |
References python.tools.gzOpen().
Referenced by python.tools.writeStats().
python.tools.writeNormfile | ( | filename, | |
border, | |||
minvals, | |||
maxvals | |||
) |
References python.tools.writeStringToFile().
Referenced by python.tools.normalize().
python.tools.writeStats | ( | filename, | |
txt, | |||
mode = "a" |
|||
) |
References python.tools.writeLockFile().
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 |
dict python.tools.base_types |
dict python.tools.CModes |
int python.tools.NOTAFILE = -1 |
int python.tools.SIMPLE = 0 |