Package | Description |
---|---|
es.uam.eps.ir.ranksys.core.util.topn |
Bounded min-heaps to keep the top-n values.
|
es.uam.eps.ir.ranksys.fast.utils.topn |
Fast versions of TopN.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDoubleTopN<T>
Bounded min-heap to keep just the top-n greatest object-double pairs according to the value of the double.
|
class |
TopN<T>
Bounded min-heap to keep just the top-n greatest objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IntDoubleTopN
Bounded min-heap to keep just the top-n greatest integer-double pairs according to the value of the double.
|
Copyright © 2016. All rights reserved.