TrainingDifficulty type exported
Last updated: 2026-03-05T10:53:28.867Z
Location
Metrics
LOC: 1
Complexity: 1
Params: 0
Signature
type TrainingDifficulty
Summary
Curriculum difficulty level for a training sample.
Source Code
export type TrainingDifficulty = "easy" | "medium" | "hard";
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| FlattenSignalsOptions | uses |
| UserTrainingSample | uses |