Class: FeatureMaps

FeatureMaps()

Feature Maps Visualization Component Displays component planes for each feature in the SOM

Constructor

new FeatureMaps()

Source:

Classes

FeatureMaps

Methods

(async) init()

Initialize the visualization

.

Initialize the visualization

Source:

render()

Render the visualization

.

Render the visualization

Source:

renderLegend()

Render the color legend

.

Render the color legend

Source:

selectFeature(featureName)

Select a feature to display

.

Select a feature to display

Parameters:
Name Type Description
featureName string

Name of the feature to display

Source:

setupSVG()

Set up the SVG container

.

Set up the SVG container

Source:

setupScales()

Set up D3 scales

.

Set up D3 scales

Source:

updateFeatureMaps(features)

Update feature maps with new data

.

Update feature maps with new data

Parameters:
Name Type Description
features Array

Array of feature data

Source: