Memoize a function
Declaring type: Utils
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static Func<A, R> Memoize<A, R> (
        Func<A, R> f
) 
Type Parameters
A

There is no description.

R

There is no description.

Parameters
f
The function to memoize
Return Value
a version of the function that remembers past function results