SG++-Doxygen-Documentation
friedman2_4d Namespace Reference

Variables

string dat = ""
 
int dim = 4
 
 eps = random.normalvariate(0.0,125.0)
 
string fileName = "friedman2_4d_" + str(numElements) + ".arff"
 
string header = "@RELATION \"" + fileName + "\"\n"
 
int numElements = 500000
 
 outFile = open(fileName, "w")
 
list p = []
 
int seed = 135
 

Variable Documentation

◆ dat

string friedman2_4d.dat = ""

◆ dim

int friedman2_4d.dim = 4

◆ eps

friedman2_4d.eps = random.normalvariate(0.0,125.0)

◆ fileName

string friedman2_4d.fileName = "friedman2_4d_" + str(numElements) + ".arff"

◆ header

string friedman2_4d.header = "@RELATION \"" + fileName + "\"\n"

◆ numElements

int friedman2_4d.numElements = 500000

◆ outFile

friedman2_4d.outFile = open(fileName, "w")

◆ p

list friedman2_4d.p = []

◆ seed

int friedman2_4d.seed = 135