![]() |
SG++-Doxygen-Documentation
|
Functions | |
| def | getminmax (filename, separator=None) |
Variables | |
| action | |
| args | |
| cin | |
| couterr | |
| data = fd.readlines() | |
| datsep | |
| default | |
| dest | |
| int | dim = len(line)-1 |
| string | dotwidth = " lw %d" % (options.dotwidth) |
| tuple | dx = (1.0-xoffset) / dim |
| tuple | dy = (1.0-yoffset) / dim |
| fd = tools.gzOpen(options.data, 'r') | |
| string | fname = "< zcat "+options.data |
| string | gnuplot_separator = "" |
| help | |
| line = data[-2].strip().split(options.datsep) | |
| int | margin = 0 |
| list | mmax = [float(x) for x in options.maxima.split()] |
| list | mmin = [float(x) for x in options.minima.split()] |
| options | |
| parser = optparse.OptionParser() | |
| string | s |
| type | |
| float | xoffset = 0.02 |
| float | yoffset = 0.02 |
| def python.utils.data_projections.getminmax | ( | filename, | |
separator = None |
|||
| ) |
Computes min and max for each parameter
| python.utils.data_projections.action |
| python.utils.data_projections.args |
| python.utils.data_projections.cin |
| python.utils.data_projections.couterr |
| python.utils.data_projections.data = fd.readlines() |
| python.utils.data_projections.datsep |
| python.utils.data_projections.default |
| python.utils.data_projections.dest |
| int python.utils.data_projections.dim = len(line)-1 |
| string python.utils.data_projections.dotwidth = " lw %d" % (options.dotwidth) |
| python.utils.data_projections.fd = tools.gzOpen(options.data, 'r') |
| python.utils.data_projections.fname = "< zcat "+options.data |
| string python.utils.data_projections.gnuplot_separator = "" |
| python.utils.data_projections.help |
| python.utils.data_projections.line = data[-2].strip().split(options.datsep) |
Referenced by sgpp::datadriven::StreamingBSplineOCLKernelSourceBuilder< T >.generateSourceMult(), sgpp::datadriven::StreamingBSplineOCLKernelSourceBuilder< T >.generateSourceMultTrans(), sgpp::base::OperationMultipleEvalInterModLinear.mult(), sgpp::base::AlgorithmMultipleEvaluation< BASIS >.mult(), sgpp::base::AlgorithmDGEMV< BASIS >.mult(), sgpp::base::AlgorithmMultipleEvaluation< BASIS >.mult_transpose(), sgpp::base::AlgorithmDGEMV< BASIS >.mult_transposed(), sgpp::base::OperationMultipleEvalInterModLinear.multTranspose(), sgpp::datadriven::ARFFTools.readARFF(), sgpp::datadriven::ARFFTools.readARFFSize(), sgpp::datadriven::CSVTools.readCSV(), sgpp::datadriven::CSVTools.readCSVSize(), sgpp::base::ConfigurationParameters.readFromFile(), sgpp::base::KernelSourceBuilderBase< real_type >.reuseSource(), and sgpp::base::ScreenOutput.writeStartSolve().
| int python.utils.data_projections.margin = 0 |
| python.utils.data_projections.mmax = [float(x) for x in options.maxima.split()] |
| python.utils.data_projections.mmin = [float(x) for x in options.minima.split()] |
| python.utils.data_projections.options |
| python.utils.data_projections.parser = optparse.OptionParser() |
| string python.utils.data_projections.s |
| python.utils.data_projections.type |
| float python.utils.data_projections.xoffset = 0.02 |
| float python.utils.data_projections.yoffset = 0.02 |