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.
18 lines
930 B
18 lines
930 B
4 years ago
|
# clone-stats [](https://flattr.com/submit/auto?user_id=hughskennedy&url=http://github.com/hughsk/clone-stats&title=clone-stats&description=hughsk/clone-stats%20on%20GitHub&language=en_GB&tags=flattr,github,javascript&category=software)[](http://github.com/hughsk/stability-badges) #
|
||
|
|
||
|
Safely clone node's
|
||
|
[`fs.Stats`](http://nodejs.org/api/fs.html#fs_class_fs_stats) instances without
|
||
|
losing their class methods, i.e. `stat.isDirectory()` and co.
|
||
|
|
||
|
## Usage ##
|
||
|
|
||
|
[](https://nodei.co/npm/clone-stats)
|
||
|
|
||
|
### `copy = require('clone-stats')(stat)` ###
|
||
|
|
||
|
Returns a clone of the original `fs.Stats` instance (`stat`).
|
||
|
|
||
|
## License ##
|
||
|
|
||
|
MIT. See [LICENSE.md](http://github.com/hughsk/clone-stats/blob/master/LICENSE.md) for details.
|