Semagle.Framework


LRF

Namespace: Semagle.MachineLearning.SSVM
Parent Module: LRF

LRU list of computed feature columns

Constructors

ConstructorDescription
new(capacity, N, dJF, parallelize)
Signature: (capacity:int * N:int * dJF:(int -> int -> SparseVector) * parallelize:bool) -> LRF

CompiledName: .ctor

Instance members

Instance memberDescription
[k]
Signature: k:int -> SparseVector []

Returns k-th column of dJF matrix

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

Swap column elements

Fork me on GitHub