AdaptiveGradient MethodsElecNetKit Documentation
The AdaptiveGradient type exposes the following members.
Methods

  NameDescription
Public methodStatic memberBlueBlackRedGradient
Generate a gradient, with OnlineBlue at the minimum value of the dataset, OnlineBlack at zero, and OnlineRed at the maximum. Useful for differential measures.
Public methodStatic memberBlueRedGradient
Generate a default gradient, with OnlineBlue at the minimum value of the dataset and OnlineRed at the maximum.
Public methodProcessData
Takes a piece of data to adapt the gradient to, and sends it to all child AdaptiveGradientStops, for adaptation to the new data.
Public methodResetAutoData
Resets all Auto Data in the gradient.
Back to Top
See Also