Import the necessary software

The first step is to import the necessary software. If one is using the windows compclust-shell program, this step has already been done for you, however it is perfectly acceptable to re-import the same modules.

 
## compClust modules
from compClust.mlx import datasets 
from compClust.mlx import labelings 
from compClust.mlx import views 
from compClust.mlx import wrapper
from compClust.mlx import pcaGinsu
from compClust.iplot import IPlotTk as IPlot

## Useful standard python modules
import os



Brandon King 2005-07-29