aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_base.h')
-rw-r--r--include/gensvm_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gensvm_base.h b/include/gensvm_base.h
index 912c477..e97fab9 100644
--- a/include/gensvm_base.h
+++ b/include/gensvm_base.h
@@ -118,6 +118,9 @@ struct GenModel {
///< type of kernel used in the model
double *kernelparam;
///< array of kernel parameters, size depends on kernel type
+ double kernel_eigen_cutoff;
+ ///< cutoff value for the ratio of eigenvalues in the reduced
+ //eigendecomposition.
};
/**