MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / sortR

Method sortR

JSAT/src/jsat/utils/IndexTable.java:152–155  ·  view source on GitHub ↗

Adjusts this index table to contain the reverse sorted index order for the given array @param array the input to get sorted order of

(double[] array)

Source from the content-addressed store, hash-verified

150 * @param array the input to get sorted order of
151 */
152 public void sortR(double[] array)
153 {
154 sortR(DoubleList.unmodifiableView(array, array.length));
155 }
156
157 /**
158 * Adjust this index table to contain the sorted index order for the given

Callers 1

updateMethod · 0.80

Calls 3

unmodifiableViewMethod · 0.95
sortMethod · 0.95
getReverseMethod · 0.95

Tested by

no test coverage detected