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.
2 lines
8.0 KiB
2 lines
8.0 KiB
4 years ago
|
/*! Vue2-Simplert v.0.5.3 */
|
||
|
exports.Simplert=function(t){var s={};function e(i){if(s[i])return s[i].exports;var n=s[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,e),n.l=!0,n.exports}return e.m=t,e.c=s,e.d=function(t,s,i){e.o(t,s)||Object.defineProperty(t,s,{enumerable:!0,get:i})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,s){if(1&s&&(t=e(t)),8&s)return t;if(4&s&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(e.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&s&&"string"!=typeof t)for(var n in t)e.d(i,n,function(s){return t[s]}.bind(null,n));return i},e.n=function(t){var s=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(s,"a",s),s},e.o=function(t,s){return Object.prototype.hasOwnProperty.call(t,s)},e.p="/dist",e(e.s=4)}([function(t,s,e){},function(t,s){t.exports=require("vue")},function(t,s,e){"use strict";var i=e(0);e.n(i).a},,function(t,s,e){"use strict";e.r(s);const i={DEFAULT_TYPE:"info",DEFAULT_BTN_CLOSE_TEXT:"Close",DEFAULT_BTN_CONFIRM_TEXT:"Confirm",INVALID_TYPE:"INVALID_TYPE"};var n={name:"simplertConfig",config:{show:!1,showSimplert:!1,title:"",message:"",type:i.DEFAULT_TYPE,customClass:"",customIconUrl:"",onOpen:null,customCloseBtnText:i.DEFAULT_BTN_CLOSE_TEXT,customCloseBtnClass:"",onClose:null,useConfirmBtn:!1,customConfirmBtnText:i.DEFAULT_BTN_CONFIRM_TEXT,customConfirmBtnClass:"",onConfirm:null,disableOverlayClick:!1,hideAllButton:!1,showXclose:!1},defaultCons:i},o={name:"Simplert",props:{useRadius:{type:Boolean,default:!0},useIcon:{type:Boolean,default:!0},enableLog:{type:Boolean,default:!1}},data:function(){return{eventBus:null,showSimplert:!1,title:"",message:"",type:n.defaultCons.DEFAULT_TYPE,customClass:"",customIconUrl:"",onOpen:null,customCloseBtnText:n.defaultCons.DEFAULT_BTN_CLOSE_TEXT,customCloseBtnClass:"",onClose:null,useConfirmBtn:!1,customConfirmBtnText:n.defaultCons.DEFAULT_BTN_CONFIRM_TEXT,customConfirmBtnClass:"",onConfirm:null,disableOverlayClick:!1,hideAllButton:!1,showXclose:!1}},computed:{classSimplert:function(){var t=this.customClass;return this.showSimplert&&(t=this.customClass+" simplert--shown"),t},classContent:function(){var t="";return this.useRadius&&(t="simplert__content--radius"),t},classBtnClose:function(){var t="simplert__close";return this.useRadius&&(t="simplert__close simplert__close--radius"),this.customCloseBtnClass&&(t=this.customCloseBtnClass),t},classBtnConfirm:function(){var t="simplert__confirm";return this.useRadius&&(t="simplert__confirm simplert__confirm--radius"),this.customConfirmBtnClass&&(t=this.customConfirmBtnClass),t}},methods:{justCloseSimplert:function(){this.showSimplert=!1},closeOverlay:function(t){t.target.className.indexOf("simplert--shown")>0&&!this.disableOverlayClick&&this.justCloseSimplert()},whenConfirm:function(t){t.preventDefault(),this.justCloseSimplert(),null!==this.onConfirm&&this.onConfirm()},closeSimplert:function(t){t.preventDefault(),this.justCloseSimplert(),null!==this.onClose&&this.onClose()},openSimplert:function(t){void 0!==t&&(this.showSimplert=!0,this.title=t.title,void 0!==t.message?this.message=t.message:this.message="",void 0!==t.type?this.type=t.type:this.type=n.config.type,void 0!==t.customClass?this.customClass=t.customClass:this.customClass="",void 0!==t.customIconUrl&&""!==t.customIconUrl?(this.customIconUrl=t.customIconUrl,this.type=n.defaultCons.INVALID_TYPE):this.customIconUrl="",void 0!==t.customCloseBtnText&&""!==t.customCloseBtnText?this.customCloseBtnText=t.customCloseBtnText:this.customCloseBtnText=n.defaultCons.DEFAULT_BTN_CLOSE_TEXT,void 0!==t.customCloseBtnClass?this.customCloseBtnClass=t.customCloseBtnClass:this.customCloseBtnClass="",void 0!==t.onClose&&null!==t.onClose?this.onClose=t.onClose:this.onClose=null,void 0!==t.useConfirmBtn?this.useConfirmBtn=t.useConfirmBtn:this.useConfirmBtn=!1,void 0!==t.customConfirmBtnText&&""!==t.customConfirmBtnText?this.customConfirmBtnText=t.customConfirmBtnText:this
|