@CodeReview(reviewer="Kevin R. Dixon", date="2008-07-23", changesNeeded=false, comments={"Added PublicationReference to Wikipedia\'s article on PCA.","Minor change to javadoc.","Looks fine."}) @PublicationReference(author="Wikipedia", title="Principal components analysis", type=WebPage, year=2008, url="http://en.wikipedia.org/wiki/Principal_components_analysis", notes="The Wikipedia page on PCA is a too opinionated, but the gist is there.") public interface PrincipalComponentsAnalysis extends BatchLearner<java.util.Collection<Vector>,PrincipalComponentsAnalysisFunction>, CloneableSerializable
Modifier and Type | Method and Description |
---|---|
int |
getNumComponents()
Gets the number of components used in the PCA dimension reduction.
|
PrincipalComponentsAnalysisFunction |
getResult()
Gets the VectorFunction that maps from the input space to the reduced
output space of "getNumComponents" dimensions.
|
learn
clone
int getNumComponents()
PrincipalComponentsAnalysisFunction getResult()