Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float64Heap ¶
type Float64Heap []float64
func (*Float64Heap) GetTopRankAverage ¶
func (h *Float64Heap) GetTopRankAverage() (average float64)
GetTopRankAverage 从5%~30%部分
func (Float64Heap) Len ¶
func (h Float64Heap) Len() int
func (Float64Heap) Less ¶
func (h Float64Heap) Less(i, j int) bool
func (*Float64Heap) Pop ¶
func (h *Float64Heap) Pop() interface{}
func (*Float64Heap) Push ¶
func (h *Float64Heap) Push(x interface{})
func (Float64Heap) Swap ¶
func (h Float64Heap) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.