Inheritance Hierarchy
NReco.CF.Taste.Impl.Common.FixedRunningAverage
NReco.CF.Taste.Impl.Common.FixedRunningAverageAndStdDev
Namespace: NReco.CF.Taste.Impl.Common
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The FixedRunningAverageAndStdDev type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FixedRunningAverageAndStdDev | Initializes a new instance of the FixedRunningAverageAndStdDev class |
Methods
Name | Description | |
---|---|---|
![]() | AddDatum | (Inherited from FixedRunningAverage.) |
![]() | ChangeDatum | (Inherited from FixedRunningAverage.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetAverage | (Inherited from FixedRunningAverage.) |
![]() | GetCount | (Inherited from FixedRunningAverage.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetStandardDeviation | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Inverse | |
![]() | RemoveDatum | (Inherited from FixedRunningAverage.) |
![]() | ToString | (Overrides FixedRunningAverage.ToString().) |
See Also