shark::statistics::Mean Class Reference

For a vector of points computes for every dimension the mean. More...

#include <shark/Statistics/Statistics.h>

+ Inheritance diagram for shark::statistics::Mean:

Public Member Functions

std::string name () const
 
RealVector statistics (std::vector< RealVector > const &points) const
 
- Public Member Functions inherited from shark::statistics::BaseStatisticsObject
virtual ~BaseStatisticsObject ()
 

Detailed Description

For a vector of points computes for every dimension the mean.

Definition at line 95 of file Statistics.h.

Member Function Documentation

◆ name()

std::string shark::statistics::Mean::name ( ) const
inlinevirtual

Implements shark::statistics::BaseStatisticsObject.

Definition at line 97 of file Statistics.h.

◆ statistics()

RealVector shark::statistics::Mean::statistics ( std::vector< RealVector > const &  points) const
inlinevirtual

The documentation for this class was generated from the following file: