All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hex.pca.PCAInterface Maven / Gradle / Ivy

There is a newer version: 3.46.0.6
Show newest version
package hex.pca;

public interface PCAInterface {
  double[] getVariances();

  double[][] getPrincipalComponents();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy