Class: VSOMService

VSOMService()

Service for interacting with the VSOM API Handles all VSOM-related API calls and data transformation

Constructor

new VSOMService()

Source:

Classes

VSOMService

Methods

(async) cluster(options)

Perform clustering on the SOM

.

Perform clustering on the SOM

Parameters:
Name Type Description
options Object

Clustering options

Source:

(async) createSOM(config)

Create a new SOM instance

.

Create a new SOM instance

Parameters:
Name Type Description
config Object

SOM configuration

Source:

(async) generateSampleData(count)

Generate sample data for testing

.

Generate sample data for testing

Parameters:
Name Type Default Description
count number 50

Number of sample entities to generate

Source:

(async) getFeatureMaps(options)

Get feature maps

.

Get feature maps

Parameters:
Name Type Description
options Object

Query options

Source:

(async) getGridState(options)

Get the current SOM grid state

.

Get the current SOM grid state

Parameters:
Name Type Description
options Object

Query options

Source:

(async) getTrainingStatus()

Get training status

.

Get training status

Source:

(async) loadData(data)

Load data into VSOM

.

Load data into VSOM

Parameters:
Name Type Description
data Object

Data to load

Source:

(async) stopTraining()

Stop ongoing training

.

Stop ongoing training

Source:

(async) train(data, options)

Train the SOM with data

.

Train the SOM with data

Parameters:
Name Type Description
data Array

Training data

options Object

Training options

Source: