TopK.Options

public static class TopK.Options

Optional attributes for TopK

Public Methods

TopK.Options
sorted(Boolean sorted)

Inherited Methods

Public Methods

public TopK.Options sorted (Boolean sorted)

Parameters
sorted If true the resulting `k` elements will be sorted by the values in descending order.