Handbook
Glossary
load-file ( name -- contents )
Vocabulary
machine-learning
.
data-sets
.
private
Inputs
name
an
object
Outputs
contents
an
object
Definition
USING:
io.encodings.utf8
io.files
sequences
;
IN:
machine-learning.data-sets.private
:
load-file
( name -- contents )
"resource:extra/machine-learning/data-sets/"
prepend
utf8
file-contents
;