Package stallone.coordinates

Examples of stallone.coordinates.PCA


        };
    }
   
    public IPCA pca(IDataInput datainput)
    {
        return new PCA(datainput);
    }
View Full Code Here


        return new PCA(datainput);
    }

    public IPCA pca(IDataSequence X)
    {
        return new PCA(X);
    }
View Full Code Here

TOP

Related Classes of stallone.coordinates.PCA

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.