StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
10 lines
250 B
10 lines
250 B
4 years ago
|
try {
|
||
|
var util = require('util');
|
||
|
/* istanbul ignore next */
|
||
|
if (typeof util.inherits !== 'function') throw '';
|
||
|
module.exports = util.inherits;
|
||
|
} catch (e) {
|
||
|
/* istanbul ignore next */
|
||
|
module.exports = require('./inherits_browser.js');
|
||
|
}
|