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

19 Apr
2011
19 Apr
'11
10:21 a.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?

19 Apr
19 Apr
9:54 p.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
5175
Age (days ago)
5176
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew A
-
Eric Niebler