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.
|
4 years ago | |
---|---|---|
.. | ||
bin | 4 years ago | |
test | 4 years ago | |
.eslintrc | 4 years ago | |
README.md | 4 years ago | |
index.js | 4 years ago | |
package.json | 4 years ago |
README.md
dotignore
ignored $IGNOREFILE
Check the ignorefile against the current directory.
Print out if a file should be ignored by prefixing with a -
.
If the file should not be ignored prefix it with a +
.
API
exports.createMatcher(str)
Return a Matcher
that fully matches the str
argument.
str
should conform to the .gitignore
specification.
Matcher.shouldIgnore(name)
Test that all the rules provided to create the matcher match the name given.
/
is expected as the path delimiter.
Returns true
if the name should be ignored.
LICENSE
MIT