Package com.polytechnik.kgo
Class ApplyFunToGramMatrix
java.lang.Object
com.polytechnik.kgo.ApplyFunToMatrix
com.polytechnik.kgo.ApplyFunToGramMatrix
Calculate Gram matrix and possibly apply a function to it.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final int
(package private) final double[]
Fields inherited from class com.polytechnik.kgo.ApplyFunToMatrix
ev_m, m, nC
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.polytechnik.kgo.ApplyFunToMatrix
applyFun
-
Field Details
-
nX
final int nX -
u_orig
final double[] u_orig
-
-
Constructor Details
-
ApplyFunToGramMatrix
ApplyFunToGramMatrix(int nC, int nX, double[] u_orig)
-