SG++-Doxygen-Documentation
chess.py File Reference

Namespaces

 chess
 

Variables

float chess.b = 1.0
 
string chess.dat = ""
 
int chess.dim = 4
 
int chess.fields = 5
 
string chess.fileName = "chess_" + str(dim) + "d_" + str(numElements) + ".arff"
 
string chess.header = "@RELATION \"" + fileName + "\"\n"
 
float chess.intervalsize = 1.0/fields
 
 chess.irang = int(rang+1.0)
 
int chess.numElements = 500000
 
 chess.outFile = open(fileName, "w")
 
string chess.point = ""
 
 chess.r = random.random()
 
float chess.rang = r/intervalsize
 
int chess.seed = 135