Package src :: Package stats306b :: Package lecture1 :: Module pca_application
[hide private]
[frames] | no frames]

Module pca_application

source code

This module shows how to use traits to make a very small application to view the results of a PCA analysis.

If pylab and enthought.traits.ui work nicely, it should be possible to make a GUI automatically for this.

Classes [hide private]
  PCAAnalysis
Functions [hide private]
 
main() source code
Variables [hide private]
  __doc__ = ...
Variables Details [hide private]

__doc__

Value:
"""
This module shows how to use traits to make a very small application
to view the results of a PCA analysis.

If pylab and enthought.traits.ui work nicely, it should 
be possible to make a GUI automatically for this.
"""