Description Usage Arguments Value See Also
Retrieve information about a sample from the model
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ComputeLogProbabilityOfDataset(model, dataset)
ComputeProbabilityOfDataset(model, dataset)
ComputeMahalanobisDistanceForDataset(model, dataset)
## S4 method for signature 'pPCA'
ComputeLogProbabilityOfDataset(model, dataset)
## S4 method for signature 'pPCA'
ComputeProbabilityOfDataset(model, dataset)
## S4 method for signature 'pPCA'
ComputeMahalanobisDistanceForDataset(model, dataset)
|
model |
model of class "pPCA" |
dataset |
a matrix or mesh3d aligned to the model's mean |
ComputeLogProbabilityOfDataset |
returns the log-probability density for the sample |
ComputeProbabilityOfDataset |
returns the probability density for the sample |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.