Property | Type | Description | |
---|---|---|---|
fill | int | ||
ids | List |
||
n | int | ||
values | List |
Method | Description | |
---|---|---|
Add ( int id, double value ) : bool |
add the id with the corresponding value
|
|
Clear ( ) : void |
remove all elements
|
|
Length ( ) : int |
get the number of elements in the NBest structure (between 0 and n)
|
|
NBest ( int n ) : System | ||
Value ( int i ) : double |
get the value corresponding to rank i
|
|
this ( int i ) : int |
get the id corresponding to rank i
|