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.
39 lines
963 B
39 lines
963 B
4 years ago
|
//
|
||
|
// Card
|
||
|
//
|
||
|
import Vue from 'vue'
|
||
|
import { BvPlugin, BvComponent } from '../../'
|
||
|
|
||
|
// Plugin
|
||
|
export declare const CardPlugin: BvPlugin
|
||
|
|
||
|
// Component: b-card
|
||
|
export declare class BCard extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-header
|
||
|
export declare class BCardHeader extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-footer
|
||
|
export declare class BCardFooter extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-body
|
||
|
export declare class BCardBody extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-title
|
||
|
export declare class BCardTitle extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-sub-title
|
||
|
export declare class BCardSubTitle extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-img
|
||
|
export declare class BCardImg extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-img-lazy
|
||
|
export declare class BCardImgLazy extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-text
|
||
|
export declare class BCardText extends BvComponent {}
|
||
|
|
||
|
// Component: b-card-group
|
||
|
export declare class BCardGroup extends BvComponent {}
|