StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
				https://doi.org/10.1109/TVCG.2020.3030352
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			|  | 4 years ago | |
|---|---|---|
| .. | ||
| lib | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 4 years ago | |
| package.json | 4 years ago | |
| selectbox.js | 4 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	gl-select-box
An overlay which draws select boxes for 2d webgl plots
Example
Check back later
Install
npm i gl-select-box
API
Constructor
var selectBox = require('gl-select-box')(plot, options)
Creates a select box primitive
- plotis a- gl-plot2dinstance
- optionsis a set of configuration parameters for the select box
The parameters for options are as follows:
- selectBoxThe bounding box for the selection region
- innerFillIf set, fill in the inner box
- innerColorColor of the inner box
- outerFillIf set, fill region outside box
- outerColorColor of outer fill
- borderWidthBorder of box in pixels
- borderColorBorder color
Methods
selectBox.update(options)
Updates select box in place
selectBox.dispose()
Destroys the select box
License
(c) 2015 Mikola Lysenko. MIT License