vassi vassi vassi
/

Getting Started

  • Installation
  • Example datasets
  • Basic usage
  • Import your own data
  • Feature extraction
  • Interactive validation

Case studies

  • CALMS21 dataset
    • Minimal example
    • Results
    • Postprocessing optimization
  • Social cichlids dataset
    • Results

API Reference

  • classification
    • postprocessing
    • predict
    • results
    • utils
    • visualization
  • data structures
    • base
    • collection
    • instance
    • timestamped collection
    • trajectory
    • utils
  • dataset
    • observations
      • bouts
      • utils
    • types
      • mixins
        • annotated
        • annotated sampleable
        • nested
        • sampleable
      • dataset
      • dyad
      • group
      • individual
    • permute
    • utils
  • features
    • decorators
    • feature extractor
    • features
    • temporal features
    • utils
  • sliding metrics
    • metrics
    • sliding metrics
    • transform
  • config
  • distributed
  • io
  • logging
  • math
  • series operations
  • utils
  • visualization

On this page

  • AnnotatedSampleableMixin
  1. vassi /
  2. dataset /
  3. types /
  4. mixins /
  5. annotated sampleable

annotated sampleable¶

class AnnotatedSampleableMixin(*, categories, background_category)¶

Bases: SampleableMixin, AnnotatedMixin

Mixin for sampleable objects with annotations, only used for type checking.

Intersection of AnnotatedMixin and SampleableMixin.

Parameters:
  • categories (tuple[str, ...])

  • background_category (str)

Previous
annotated
Next
nested

2025, Paul Nuehrenberg

Made with Sphinx and Shibuya theme.