#include <ukr.h>
Data Fields | |
const double * | X |
const double * | Y |
const double * | G |
int | q |
int | d |
int | N |
const int * | MaskIs |
const int * | MaskJs |
const double * | epsilon |
int | epsM |
int | epsN |
UKR_Kernel | kernel |
UKR_Loss | lossFunction |
double | eta |
|
Data space dimensionality |
|
Parameter(s) for the loss function, not needed for standard UKR_LOSS_L2 |
|
Number of rows of epsilon (usually 1 or d) |
|
Number of columns of epsilon (usually 1 or N) |
|
Density threshold |
|
Gramian or kernel matrix ( Feature space UKR) |
|
Density kernel,
|
|
Loss function,
|
|
Row indices of elements to be excluded for cross-validation, in Matlab-compatible form |
|
Columns indices of elements to be excluded for cross-validation, in Matlab-compatible form |
|
Number of data vectors and latent variables, size of the model |
|
Latent space dimensionality |
|
Matrix of latent variables |
|
Matrix of data vectors |