MCPcopy
hub / github.com/jindongwang/transferlearning / sum

Method sum

code/deep/CSG/utils/utils.py:45–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 def avg(self): return self._avg
44 @property
45 def sum(self): return self._sum
46 @property
47 def count(self): return self._count
48

Callers 15

fitMethod · 0.80
fitMethod · 0.80
fitMethod · 0.80
fit_predictMethod · 0.80
calculate_PMethod · 0.80
calculate_error_rateMethod · 0.80
fitMethod · 0.80
principal_anglesMethod · 0.80
train_pcaMethod · 0.80
partot_DAMethod · 0.80
get_cosine_distFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected