Semagle.Framework


LRU<'A>

Namespace: Semagle.MachineLearning.SVM
Parent Module: LRU

LRU list of computed columns

Constructors

ConstructorDescription
new(size, N, Q, parallelize)
Signature: (size:int<MeasureProduct<MB,MeasureOne>> * N:int * Q:(int -> int -> 'A) * parallelize:bool) -> LRU<'A>

CompiledName: .ctor

Instance members

Instance memberDescription
x.Get j L
Signature: j:int -> L:int -> 'A []

Returns L elements of j-th column of Q matrix

x.Resize(n)
Signature: n:int -> unit

Resize columns of Q matrix

x.Swap i j
Signature: i:int -> j:int -> unit

Swap column elements

Fork me on GitHub