Semagle.Framework


Q

Namespace: Semagle.MachineLearning.SVM
Parent Module: SMO

Interface of Q matrix

Instance members

Instance memberDescription
x.C arg1 arg2
Signature: int -> int -> float32 []
Modifiers: abstract

Returns L elements of j-th column of Q matrix

x.D
Signature: float32 []
Modifiers: abstract

Returns N elements of the main diagonal of Q matrix

CompiledName: get_D

x.Swap arg1 arg2
Signature: int -> int -> unit
Modifiers: abstract

Swap column elements

Fork me on GitHub