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.
133 lines
2.4 KiB
133 lines
2.4 KiB
4 years ago
|
# List
|
||
|
|
||
|
<!-- MarkdownTOC -->
|
||
|
|
||
|
- [Static methods](#static-methods)
|
||
|
- [List.createItem](#listcreateitem)
|
||
|
- [Properties](#properties)
|
||
|
- [List#head](#listhead)
|
||
|
- [List#tail](#listtail)
|
||
|
- [List#cursor](#listcursor)
|
||
|
- [Methods](#methods)
|
||
|
- [List#createItem\(\)](#listcreateitem-1)
|
||
|
- [List#updateCursors\(\)](#listupdatecursors)
|
||
|
- [List#getSize\(\)](#listgetsize)
|
||
|
- [List#fromArray\(\)](#listfromarray)
|
||
|
- [List#toArray\(\)](#listtoarray)
|
||
|
- [List#toJSON\(\)](#listtojson)
|
||
|
- [List#isEmpty\(\)](#listisempty)
|
||
|
- [List#first\(\)](#listfirst)
|
||
|
- [List#last\(\)](#listlast)
|
||
|
- [List#each\(\)](#listeach)
|
||
|
- [List#forEach\(\)](#listforeach)
|
||
|
- [List#eachRight\(\)](#listeachright)
|
||
|
- [List#forEachRight\(\)](#listforeachright)
|
||
|
- [List#nextUntil\(\)](#listnextuntil)
|
||
|
- [List#prevUntil\(\)](#listprevuntil)
|
||
|
- [List#some\(\)](#listsome)
|
||
|
- [List#map\(\)](#listmap)
|
||
|
- [List#filter\(\)](#listfilter)
|
||
|
- [List#clear\(\)](#listclear)
|
||
|
- [List#copy\(\)](#listcopy)
|
||
|
- [List#prepend\(\)](#listprepend)
|
||
|
- [List#prependData\(\)](#listprependdata)
|
||
|
- [List#append\(\)](#listappend)
|
||
|
- [List#appendData\(\)](#listappenddata)
|
||
|
- [List#insert\(\)](#listinsert)
|
||
|
- [List#insertData\(\)](#listinsertdata)
|
||
|
- [List#remove\(\)](#listremove)
|
||
|
- [List#push\(\)](#listpush)
|
||
|
- [List#pop\(\)](#listpop)
|
||
|
- [List#unshift\(\)](#listunshift)
|
||
|
- [List#shift\(\)](#listshift)
|
||
|
- [List#prependList\(\)](#listprependlist)
|
||
|
- [List#appendList\(\)](#listappendlist)
|
||
|
- [List#insertList\(\)](#listinsertlist)
|
||
|
- [List#replace\(\)](#listreplace)
|
||
|
|
||
|
<!-- /MarkdownTOC -->
|
||
|
|
||
|
## Static methods
|
||
|
|
||
|
### List.createItem
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### List#head
|
||
|
|
||
|
### List#tail
|
||
|
|
||
|
### List#cursor
|
||
|
|
||
|
## Methods
|
||
|
|
||
|
### List#createItem()
|
||
|
|
||
|
### List#updateCursors()
|
||
|
|
||
|
### List#getSize()
|
||
|
|
||
|
### List#fromArray()
|
||
|
|
||
|
### List#toArray()
|
||
|
|
||
|
### List#toJSON()
|
||
|
|
||
|
### List#isEmpty()
|
||
|
|
||
|
### List#first()
|
||
|
|
||
|
### List#last()
|
||
|
|
||
|
### List#each()
|
||
|
|
||
|
### List#forEach()
|
||
|
|
||
|
### List#eachRight()
|
||
|
|
||
|
### List#forEachRight()
|
||
|
|
||
|
### List#nextUntil()
|
||
|
|
||
|
### List#prevUntil()
|
||
|
|
||
|
### List#some()
|
||
|
|
||
|
### List#map()
|
||
|
|
||
|
### List#filter()
|
||
|
|
||
|
### List#clear()
|
||
|
|
||
|
### List#copy()
|
||
|
|
||
|
### List#prepend()
|
||
|
|
||
|
### List#prependData()
|
||
|
|
||
|
### List#append()
|
||
|
|
||
|
### List#appendData()
|
||
|
|
||
|
### List#insert()
|
||
|
|
||
|
### List#insertData()
|
||
|
|
||
|
### List#remove()
|
||
|
|
||
|
### List#push()
|
||
|
|
||
|
### List#pop()
|
||
|
|
||
|
### List#unshift()
|
||
|
|
||
|
### List#shift()
|
||
|
|
||
|
### List#prependList()
|
||
|
|
||
|
### List#appendList()
|
||
|
|
||
|
### List#insertList()
|
||
|
|
||
|
### List#replace()
|