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
_
push-at
]
each-index
]
keep
;