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

Method add

JSAT/src/jsat/math/OnLineStatistics.java:94–97  ·  view source on GitHub ↗

Adds a data sample with unit weight to the counts. @param x the data value to add

(double x)

Source from the content-addressed store, hash-verified

92 * @param x the data value to add
93 */
94 public void add(double x)
95 {
96 add(x, 1.0);
97 }
98
99 /**
100 * Adds a data sample the the counts with the provided weight of influence.

Callers 15

testRandomMethod · 0.95
testSearch_Vec_doubleMethod · 0.95
testAdd_doubleMethod · 0.95
testAdd_double_doubleMethod · 0.95
getOnlineDenseStatsMethod · 0.95
getSparsityStatsMethod · 0.95
getKthNeighborStatsMethod · 0.95
callMethod · 0.95
splitListIndexMethod · 0.95

Calls 3

cloneMethod · 0.65
minMethod · 0.45
maxMethod · 0.45