Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUMAPVisualizationProps

Hierarchy

  • IUMAPVisualizationProps

Index

Properties

currentCells

currentCells: Set<number>

currentLabel

currentLabel: string

Optional dataLabels

dataLabels: Array<ILabel | undefined>

dataMatrix

dataMatrix: number[][]

Optional distanceFn

distanceFn: DISTANCE_FN_TYPE

errorMessages

errorMessages: string[]

Optional iconSrc

iconSrc: undefined | string

labels

labels: string[]

minDist

minDist: number

nComponents

nComponents: 2 | 3

nNeighbors

nNeighbors: number

numIterationsBeforeReRender

numIterationsBeforeReRender: number

spread

spread: number

Optional tooltipNames

tooltipNames: string[]

Methods

onLabelChange

  • onLabelChange(...args: any[]): void

setCurrentCells

  • setCurrentCells(cells: number[]): void

Generated using TypeDoc