SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
parabolasimple Namespace Reference

Functions

 parabola (point)
 

Variables

str dat = ""
 
int dim = 4
 
str fileName = "parabola_simple_" + str(dim) + "d.arff"
 
str header = "@RELATION \"" + fileName + "\"\n"
 
 outFile = open(fileName, "w")
 
list point = []
 
int samples = 100000
 

Function Documentation

◆ parabola()

parabolasimple.parabola (   point)

Variable Documentation

◆ dat

str parabolasimple.dat = ""

◆ dim

int parabolasimple.dim = 4

◆ fileName

str parabolasimple.fileName = "parabola_simple_" + str(dim) + "d.arff"

◆ header

str parabolasimple.header = "@RELATION \"" + fileName + "\"\n"

◆ outFile

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

◆ point

list parabolasimple.point = []

◆ samples

int parabolasimple.samples = 100000