individual¶
- class AnnotatedIndividual(trajectory, *, observations, categories, background_category)¶
Bases:
Individual,AnnotatedSampleableMixinAnnotated individual.
- class Individual(trajectory)¶
Bases:
BaseSampleableAn individual is a sampleable that holds one trajectory.
- Parameters:
trajectory (
Trajectory) – The trajectory of the individual.
- annotate(observations, *, categories, background_category)¶
Annotates the individual with the given observations.