LRF
Namespace: Semagle.MachineLearning.SSVM
Parent Module: LRF
LRU list of computed feature columns
Constructors
Constructor | Description |
new(capacity, N, dJF, parallelize)
Signature: (capacity:int * N:int * dJF:(int -> int -> SparseVector) * parallelize:bool) -> LRF
|
CompiledName: |
Instance members
Instance member | Description |
[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 |