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.
20 lines
353 B
20 lines
353 B
4 years ago
|
.vue-slider {
|
||
|
position: relative;
|
||
|
box-sizing: content-box;
|
||
|
user-select: none;
|
||
|
display: block;
|
||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
}
|
||
|
|
||
|
.vue-slider-rail {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
transition-property: width, height, left, right, top, bottom;
|
||
|
}
|
||
|
|
||
|
.vue-slider-process {
|
||
|
position: absolute;
|
||
|
z-index: 1;
|
||
|
}
|