Learn R Programming

gptk (version 1.06)

gpDataIndices: Return indices of present data.

Description

returns the indices of data which is not missing for a given dimension in the GP-LVM and a block number in the PITC approximation.

Usage

gpDataIndices(model, dimNo, blockNo)

Arguments

model
the model for which the indices are being returned.
dimNo
the dimension for which the presence of missing data is being looked at.
blockNo
the block number in the PITC approximation for which the indices are required.

Value

  • indindices of training data along that dimension which isn't missing.

See Also

gpCreate.

Examples

Run this code
## missing

Run the code above in your browser using DataLab