Accumulators: what is the difference between features<> and stats<> ?

19 Apr
2011
19 Apr
'11
4:21 p.m.
Is there any difference for example, between accumulator_set< double, features< tag::mean > > acc; and accumulator_set< double, stats< tag::mean > > acc; features and stats seems to be synonyms?

20 Apr
20 Apr
3:54 a.m.
New subject: Accumulators: what is the difference between features<> and stats<> ?
On 4/19/2011 11:21 PM, Andrew A wrote:
Is there any difference for example, between accumulator_set< double, features< tag::mean > > acc; and accumulator_set< double, stats< tag::mean > > acc;
features and stats seems to be synonyms?
No difference. They're synonyms. -- Eric Niebler BoostPro Computing http://www.boostpro.com
5114
Age (days ago)
5115
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew A
-
Eric Niebler