Handbook
Glossary
lookup-predictor ( n -- object )
Vocabulary
images
.
tiff
Inputs
n
an
object
Outputs
object
an
object
Definition
USING:
combinators
;
IN:
images.tiff
:
lookup-predictor
( n -- object )
{
{
1
[
predictor-none
]
}
{
2
[
predictor-horizontal-differencing
]
}
[
bad-predictor
]
}
case
;