SG++-Doxygen-Documentation
|
Variables | |
eps = random.normalvariate(0.0,0.1) | |
fd = tools.gzOpen("parabola.10000_test.arff", 'w') | |
int | N = 10000 |
p = DataVector(11) | |
X = DataMatrix(N, 11) | |
parabola.eps = random.normalvariate(0.0,0.1) |
parabola.fd = tools.gzOpen("parabola.10000_test.arff", 'w') |
int parabola.N = 10000 |
Referenced by sgpp::optimization::file_io.readGrid(), and sgpp::optimization::file_io.writeGrid().
parabola.p = DataVector(11) |
parabola.X = DataMatrix(N, 11) |