WeightedRunningAverageAndStdDev ClassNReco.Recommender Class Library
Inheritance Hierarchy

System Object
  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

public sealed class WeightedRunningAverageAndStdDev : WeightedRunningAverage, 
	IRunningAverageAndStdDev, IRunningAverage

The WeightedRunningAverageAndStdDev type exposes the following members.

Constructors

  NameDescription
Public methodWeightedRunningAverageAndStdDev
Initializes a new instance of the WeightedRunningAverageAndStdDev class
Top
Methods

  NameDescription
Public methodAddDatum(Double) (Inherited from WeightedRunningAverage.)
Public methodAddDatum(Double, Double) (Overrides WeightedRunningAverage AddDatum(Double, Double).)
Public methodChangeDatum(Double) (Inherited from WeightedRunningAverage.)
Public methodChangeDatum(Double, Double)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAverage (Inherited from WeightedRunningAverage.)
Public methodGetCount (Inherited from WeightedRunningAverage.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetStandardDeviation
Public methodGetTotalWeight (Inherited from WeightedRunningAverage.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInverse
Public methodRemoveDatum(Double) (Inherited from WeightedRunningAverage.)
Public methodRemoveDatum(Double, Double) (Overrides WeightedRunningAverage RemoveDatum(Double, Double).)
Public methodToString (Overrides WeightedRunningAverage ToString .)
Top
See Also