| Package | Description |
|---|---|
| org.openimaj.math.geometry.shape | |
| org.openimaj.math.matrix.algorithm.pca |
| Modifier and Type | Method and Description |
|---|---|
void |
PointDistributionModel.setNumComponents(PrincipalComponentAnalysis.ComponentSelector selector)
Set the number of components of the PDM using a
PrincipalComponentAnalysis.ComponentSelector
. |
| Modifier and Type | Class and Description |
|---|---|
static class |
PrincipalComponentAnalysis.EnergyThresholdComponentSelector
PrincipalComponentAnalysis.ComponentSelector that selects a subset of the principal
components such that all remaining components have a cumulative energy
less than the given value. |
static class |
PrincipalComponentAnalysis.NumberComponentSelector
PrincipalComponentAnalysis.ComponentSelector that selects the n-best components. |
static class |
PrincipalComponentAnalysis.PercentageEnergyComponentSelector
PrincipalComponentAnalysis.ComponentSelector that selects a subset of the principal
components such that all remaining components have a certain percentage
cumulative energy of the total. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalComponentAnalysis.selectSubset(PrincipalComponentAnalysis.ComponentSelector selector)
Select a subset of the principal components using a
PrincipalComponentAnalysis.ComponentSelector. |