LRU<'A>
Namespace: Semagle.MachineLearning.SVM
Parent Module: LRU
LRU list of computed columns
Constructors
Constructor | Description |
new(size, N, Q, parallelize)
Signature: (size:int<MeasureProduct<MB,MeasureOne>> * N:int * Q:(int -> int -> 'A) * parallelize:bool) -> LRU<'A>
|
CompiledName: |