Example usage for weka.filters.unsupervised.attribute PrincipalComponents subclass-usage

List of usage examples for weka.filters.unsupervised.attribute PrincipalComponents subclass-usage

Introduction

In this page you can find the example usage for weka.filters.unsupervised.attribute PrincipalComponents subclass-usage.

Usage

From source file faster_pca.faster_pca.java

/**
 * A -potentially- faster version of PCA than weka's PrincipalComponent filter
 * Code based on PrincipalComponents.java, Copyright (C) 2007-2012 University of Waikato, Hamilton, New Zealand by Mark HAll, Babi Schmidberger, and fracpete
 * @author toddbodnar
 */
public class faster_pca extends PrincipalComponents {