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

Method setIndex

JSAT/src/jsat/linear/IndexValue.java:32–35  ·  view source on GitHub ↗

Sets the index associated with the value. @param index the new index

(int index)

Source from the content-addressed store, hash-verified

30 * @param index the new index
31 */
32 public void setIndex(int index)
33 {
34 this.index = index;
35 }
36
37 /**
38 * Sets the value associated with the index

Callers 6

nextMethod · 0.80
nextMethod · 0.80
nextMethod · 0.80
nextMethod · 0.80
nextMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected