Options
All
  • Public
  • Public/Protected
  • All
Menu

An object which collects an histogram of inter onset interval (ioi) clusters based on series of time points.

Hierarchy

  • IOIHistogram

Index

Constructors

constructor

  • new IOIHistogram(__namedParameters?: object): IOIHistogram
  • Parameters

    • Default value __namedParameters: object = {}
      • maxBeatInterval: number
      • maxIOI: number
      • maxTempi: number
      • mergeOnTheFly: boolean
      • minBeatInterval: number
      • minIOI: number
      • widthThreshold: number

    Returns IOIHistogram

Properties

buffer

buffer: Seconds[]

clusters

clusters: IOICluster[]

i

i: number

maxBeatInterval

maxBeatInterval: Seconds

maxIOI

maxIOI: Seconds

maxTempi

maxTempi: number

mergeOnTheFly

mergeOnTheFly: boolean

minBeatInterval

minBeatInterval: Seconds

minIOI

minIOI: Seconds

widthThreshold

widthThreshold: Seconds

Accessors

shortlist

shortlist:

Shortlist indexes of the largest clusters.

Methods

createTempoList

  • createTempoList(): number[]

data

flush

  • flush(): this

mergeAdjacent

  • mergeAdjacent(i: number): number
  • Recursizely merges adjacent clusters to the given index if they are within the widthThreshold. Returns the new index of the index argument

    Parameters

    • i: number

    Returns number

mergeClusters

  • mergeClusters(): void

Private processForward

  • processForward(): void

refreshScores

  • refreshScores(): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc