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