Class PublicPrincipalComponents

  • All Implemented Interfaces:
    Serializable, weka.core.CapabilitiesHandler, weka.core.CapabilitiesIgnorer, weka.core.CommandlineRunnable, weka.core.OptionHandler, weka.core.RevisionHandler, weka.filters.UnsupervisedFilter

    public class PublicPrincipalComponents
    extends PrincipalComponentsJ
    Class that is identical to the Principal components class except it contains a public method to get the coefficients from the principal components model
    Version:
    $Revision$
    Author:
    michael.fowke
    See Also:
    Serialized Form
    • Constructor Detail

      • PublicPrincipalComponents

        public PublicPrincipalComponents()
    • Method Detail

      • getCoefficients

        public ArrayList<ArrayList<Double>> getCoefficients()
        Get the components from the principal components model
        Returns:
        2D array containing the coefficients