Lines Matching full:train
97 * `--train FILES`:
514 It's possible to train `zstd` with a set of samples,
520 * `--train FILEs`:
525 `--train` can be combined with `-r` to indicate a directory rather than listing all the files,
533 `--train` supports multithreading if `zstd` is compiled with threading support (default).
534 Additional advanced parameters can be specified with `--train-fastcover`.
535 The legacy dictionary builder can be accessed with `--train-legacy`.
536 The slower cover dictionary builder can be accessed with `--train-cover`.
537 Default `--train` is equivalent to `--train-fastcover=d=8,steps=4`.
586 * `--train-cover[=k#,d=#,steps=#,split=#,shrink[=#]]`:
612 `zstd --train-cover FILEs`
614 `zstd --train-cover=k=50,d=8 FILEs`
616 `zstd --train-cover=d=8,steps=500 FILEs`
618 `zstd --train-cover=k=50 FILEs`
620 `zstd --train-cover=k=50,split=60 FILEs`
622 `zstd --train-cover=shrink FILEs`
624 `zstd --train-cover=shrink=2 FILEs`
626 * `--train-fastcover[=k#,d=#,f=#,steps=#,split=#,accel=#]`:
642 `zstd --train-fastcover FILEs`
644 `zstd --train-fastcover=d=8,f=15,accel=2 FILEs`
646 * `--train-legacy[=selectivity=#]`:
651 `--train-legacy=s=#` is also accepted.
655 `zstd --train-legacy FILEs`
657 `zstd --train-legacy=selectivity=8 FILEs`