MCPcopy Index your code
hub / github.com/EdwardRaff/JSAT / clearCaches

Method clearCaches

JSAT/src/jsat/linear/DenseVector.java:99–105  ·  view source on GitHub ↗

nulls out the cached summary statistics, should be called every time the data set changes

()

Source from the content-addressed store, hash-verified

97 * nulls out the cached summary statistics, should be called every time the data set changes
98 */
99 private void clearCaches()
100 {
101 sumCache = null;
102 varianceCache = null;
103 minCache = null;
104 maxCache = null;
105 }
106
107 @Override
108 public int length()

Callers 5

setMethod · 0.95
mutableAddMethod · 0.95
mutableSubtractMethod · 0.95
mutableMultiplyMethod · 0.95
mutableDivideMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected