SG++-Doxygen-Documentation
parabolasimple Namespace Reference

Functions

def parabola (point)
 

Variables

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

Function Documentation

◆ parabola()

def parabolasimple.parabola (   point)

Variable Documentation

◆ dat

string parabolasimple.dat = ""

◆ dim

int parabolasimple.dim = 4

◆ fileName

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

◆ header

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

◆ outFile

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

◆ point

list parabolasimple.point = []

◆ samples