zelphir.kaltstahl
|
8ddeaf6c48
make use of SRFI-27 random facilities
|
5 years ago |
zelphir.kaltstahl
|
75abfc93bd
avoid usage of for*/fold
|
5 years ago |
zelphir.kaltstahl
|
4983deef3a
define-public instead of define
|
5 years ago |
zelphir.kaltstahl
|
618e58786c
fix renamed constructor call (was Split, now is make-split)
|
5 years ago |
zelphir.kaltstahl
|
4ba1fd5740
add for*/fold explaining comment
|
5 years ago |
zelphir.kaltstahl
|
def046e525
fix naming of keyword argument
|
5 years ago |
zelphir.kaltstahl
|
4697e0eae2
add import for math utils
|
5 years ago |
zelphir.kaltstahl
|
6569c285d1
use cdr instead of rest, as rest is not defined in standard Scheme
|
5 years ago |
zelphir.kaltstahl
|
2e736c78cd
fix usage of renamed data-map (now is dataset-map)
|
5 years ago |
zelphir.kaltstahl
|
b82be7e8b7
fix usage of true and false
|
5 years ago |
zelphir.kaltstahl
|
e045adc30a
fix usage of add1, use (+ 1 ...)
|
5 years ago |
zelphir.kaltstahl
|
10f9de1b5c
avoid usage of void, use when instead of if
|
5 years ago |
zelphir.kaltstahl
|
3f1940abf2
fix casing of procedures for splits
|
5 years ago |
zelphir.kaltstahl
|
6491787dbd
empty? -> null?
|
5 years ago |
zelphir.kaltstahl
|
f208dda554
fix usage of false and true -> #f and #t
|
5 years ago |
zelphir.kaltstahl
|
f4b670d482
fix usages of renamed data-get-col (now is dataset-get-col)
|
5 years ago |
zelphir.kaltstahl
|
9364b61fae
make use of fisher-yates shuffle for shuffling the dataset
|
5 years ago |
zelphir.kaltstahl
|
71b859521f
add import for display utils for displayln
|
5 years ago |
zelphir.kaltstahl
|
e9f69b870a
add explaining comments
|
5 years ago |
zelphir.kaltstahl
|
888b203d29
remove old usage of let-values (left over from porting)
|
5 years ago |
zelphir.kaltstahl
|
5a87320b2e
add missing import and add explaining comments
|
5 years ago |
zelphir.kaltstahl
|
32c419077e
remove usage of let-values
|
5 years ago |
zelphir.kaltstahl
|
e993215308
improve indentation
|
5 years ago |
zelphir.kaltstahl
|
37df063de9
add future todo comment for code improvement
|
5 years ago |
zelphir.kaltstahl
|
559cd7f596
remove old call to column-uniform?
|
5 years ago |
zelphir.kaltstahl
|
a324e8c8dc
fix call to column-uniform?
|
5 years ago |
zelphir.kaltstahl
|
1cd7154cbb
add debug log
|
5 years ago |
zelphir.kaltstahl
|
44838cfab8
separate split quality measures into separate module
|
5 years ago |
zelphir.kaltstahl
|
1115f3d6d3
outsourced tree data structure with its own tests
|
5 years ago |
zelphir.kaltstahl
|
16dcfd0291
syntax port to guile
|
5 years ago |