Handbook
Glossary
collect-indices ( seq -- indices )
Vocabulary
machine-learning
.
rebalancing
Inputs
seq
an
object
Outputs
indices
an
object
Definition
USING:
assocs
kernel
sequences
;
IN:
machine-learning.rebalancing
:
collect-indices
( seq -- indices )
H{
}
clone
[
[
[
swap
]
]
dip
[
push-at
]
curry
compose
each-index
]
keep
;