load-file ( name -- contents )


Vocabulary
machine-learning.data-sets.private

Inputs
namean object


Outputs
contentsan object


Definition


: load-file ( name -- contents )
"resource:extra/machine-learning/data-sets/" prepend
utf8 file-contents ;