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

Method sort

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

Adjusts this index table to contain the 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

140 * @param array the input to get sorted order of
141 */
142 public void sort(double[] array)
143 {
144 sort(DoubleList.unmodifiableView(array, array.length));
145 }
146
147 /**
148 * Adjusts this index table to contain the reverse sorted index order for

Callers 3

IndexTableMethod · 0.95
sortRMethod · 0.95
fitMethod · 0.95

Calls 3

unmodifiableViewMethod · 0.95
sizeMethod · 0.65
addMethod · 0.45

Tested by

no test coverage detected