Class: VSOMController

VSOMController()

Controller for the VSOM tab

Constructor

new VSOMController()

Source:

Methods

handleTabChange(event)

Handle tab changes

.

Handle tab changes

Parameters:
Name Type Description
event Event

The click event

Source:

hideLoading()

Hide loading indicator

.

Hide loading indicator

Source:

(async) init()

Initialize the VSOM controller

.

Initialize the VSOM controller

Source:

(async) loadClusters()

Load and display clusters

.

Load and display clusters

Source:

(async) loadData()

Load data into VSOM

.

Load data into VSOM

Source:

(async) loadFeatureMaps()

Load and display feature maps

.

Load and display feature maps

Source:

(async) loadSOMGrid()

Load and display the SOM grid

.

Load and display the SOM grid

Source:

setupEventListeners()

Set up event listeners for the VSOM tab

.

Set up event listeners for the VSOM tab

Source:

showError(message)

Show error message

.

Show error message

Parameters:
Name Type Description
message string

Error message

Source:

showLoading(message)

Show loading indicator

.

Show loading indicator

Parameters:
Name Type Default Description
message string Loading...

Loading message

Source:

(async) startTraining()

Start SOM training

.

Start SOM training

Source:

(async) stopTraining()

Stop SOM training

.

Stop SOM training

Source: