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

Method length

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

The length of the previous array that was sorted @return the length of the original array

()

Source from the content-addressed store, hash-verified

266 * @return the length of the original array
267 */
268 public int length()
269 {
270 return prevSize;
271 }
272
273 /**
274 * Applies this index table to the specified target, putting {@code target}

Callers 12

testSortDMethod · 0.95
testSortGMethod · 0.95
testSortListMethod · 0.95
applyMethod · 0.95
findNNMethod · 0.95
setUsingDataMethod · 0.95
clusterMethod · 0.95
EnhancedUpdateBoundsMethod · 0.95
fitMethod · 0.95
parseDoubleMethod · 0.45

Calls

no outgoing calls

Tested by 4

testSortDMethod · 0.76
testSortGMethod · 0.76
testSortListMethod · 0.76