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.
29 lines
800 B
29 lines
800 B
4 years ago
|
{
|
||
|
"preset": "google",
|
||
|
"fileExtensions": [
|
||
|
".js"
|
||
|
],
|
||
|
"requireSemicolons": true,
|
||
|
"requireParenthesesAroundIIFE": true,
|
||
|
"maximumLineLength": 120,
|
||
|
"validateLineBreaks": "LF",
|
||
|
"validateIndentation": 4,
|
||
|
"disallowTrailingComma": true,
|
||
|
"disallowSpacesInsideObjectBrackets": null,
|
||
|
"disallowImplicitTypeConversion": [
|
||
|
"string"
|
||
|
],
|
||
|
"jsDoc": {
|
||
|
"checkAnnotations": "closurecompiler",
|
||
|
"checkParamNames": true,
|
||
|
"requireParamTypes": true,
|
||
|
"checkRedundantParams": true,
|
||
|
"checkReturnTypes": true,
|
||
|
"checkRedundantReturns": true,
|
||
|
"requireReturnTypes": true,
|
||
|
"checkTypes": "capitalizedNativeCase",
|
||
|
"checkRedundantAccess": true,
|
||
|
"requireNewlineAfterDescription": true
|
||
|
}
|
||
|
}
|