Options
All
  • Public
  • Public/Protected
  • All
Menu

used to compute the avg values for a set of data

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected _customFunc

this function should take a set of buckets and reduce them to a decimated subset for a given range

Protected _decimatedValues

_decimatedValues: IXYValue[]

the list of values in the bucket

Protected _key

_key: string

this function should take a set of buckets and reduce them to a decimated subset for a given range

Protected _name

_name: string

Protected _xCoordToValue

_xCoordToValue: function

this function is used to map the revert xyValues from x scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Protected _xValueToCoord

_xValueToCoord: function

this function is used to map the input xyValues to x scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Protected _yValueToCoord

_yValueToCoord: function

this function is used to map the input xyValues to y scaled values

Type declaration

    • (value: any): number
    • Parameters

      • value: any

      Returns number

Static KEY

KEY: string = "AvgContinuousDecimator"

Methods

decimateValues

getKey

  • getKey(): string

getName

  • getName(): string

getValues

initialize

  • initialize(xValueToCoord: function, xCoordToValue: function, yValueToCoord: function): void
  • construct a generic decimator using a custom user function

    Parameters

    • xValueToCoord: function

      converts the x value to a GUI x coordinate

        • (value: any): number
        • Parameters

          • value: any

          Returns number

    • xCoordToValue: function
        • (value: any): number
        • Parameters

          • value: any

          Returns number

    • yValueToCoord: function

      converts the y value to a GUI y coordinate

        • (value: any): number
        • Parameters

          • value: any

          Returns number

    Returns 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