Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1190
NumericScaler GetScaledValueList not sure how to implement
posted

Hello I am trying ti implement my own NumericScaler but am confused by the GetScaledValueList method.  It signature looks like this

public virtual void GetScaledValueList(IList<double> unscaledValues, int startIndex, int count, ScalerParams p);

I do not understand why this returns void, where am my supposed to put the scaled values?  

Thanks.

Parents Reply Children
No Data