Initial commit

This commit is contained in:
2024-12-23 15:06:56 +01:00
commit 43fe2ae2bc
67 changed files with 28332 additions and 0 deletions

23
data/balloons.arff Executable file
View File

@@ -0,0 +1,23 @@
@relation balloons
@attribute 'f1' real
@attribute 'f2' real
@attribute 'f3' real
@attribute 'f4' real
@attribute 'clase' {0,1}
@data
0.968246,-0.968246,0.968246,0.968246,1
0.968246,-0.968246,0.968246,-0.968246,1
0.968246,-0.968246,-0.968246,0.968246,1
0.968246,-0.968246,-0.968246,-0.968246,1
0.968246,0.968246,0.968246,0.968246,1
0.968246,0.968246,0.968246,-0.968246,0
0.968246,0.968246,-0.968246,0.968246,0
0.968246,0.968246,-0.968246,-0.968246,0
-0.968246,-0.968246,0.968246,0.968246,1
-0.968246,-0.968246,0.968246,-0.968246,0
-0.968246,-0.968246,-0.968246,0.968246,0
-0.968246,-0.968246,-0.968246,-0.968246,0
-0.968246,0.968246,0.968246,0.968246,1
-0.968246,0.968246,0.968246,-0.968246,0
-0.968246,0.968246,-0.968246,0.968246,0
-0.968246,0.968246,-0.968246,-0.968246,0