This website works better with JavaScript.
Explore
Help
Sign In
ISOVIS
/
StackGenVis
Watch
10
Star
0
Fork
You've already forked StackGenVis
0
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
76
Commits
1
Branch
2
Tags
1.9 GiB
Python
92.7%
Vue
6%
CSS
0.5%
JavaScript
0.4%
Tree:
f2ee9d345a
StackGenVis
/
frontend
/
node_modules
/
gl-axes3d
/
lib
/
shaders
/
textFrag.glsl
6 lines
83 B
Raw
Blame
History
precision
highp
float
;
uniform
vec4
color
;
void
main
(
)
{
gl_FragColor
=
color
;
}
Reference in new issue
View Git Blame
Copy Permalink