This class represents the panel employed to configurate a new similarity measure based on a previous one. The panel displays a slider for each attribute employed in a previous similarity function. After modifying the weight attributes and closing the panel, it computes new similarity scores using SimilarityComputing.

Constructors

Properties

attInputElements: HTMLInputElement[]

Input elements for visualizing attribute weights

attRangeElements: HTMLInputElement[]

Sliders for modifying attribute weights

oldSimData: default

The similarity data that might be modified using this panel

recalculated: boolean

True if the similarity values must be recalculated

similarityPanel: SimilarityPanel

The similarity panel where the similarity configurator is created

started: boolean

True if the Similarity configuration panel is activated

Methods