Table of Contents

Class: SubsetView compClust/mlx/views/SubsetView.py

Provides a reduced view of a dataset

The SubsetView class is derived from the BaseView class and overrides the getData() method to provide for dynamically changing the appearance of the underlying dataset. This allows for datasets (which are immuatable) to appear to the user as mutable.

Base Classes   
BaseView
Methods   
__extractColumns
__extractRows
__init__
getData
getNumCols
getNumRows
  __extractColumns 
__extractColumns ( self,  data )

  __extractRows 
__extractRows ( self,  data )

  __init__ 
__init__ (
        self,
        dataset,
        keyset=[],
        )

  getData 
getData ( self,  key=None )

Exceptions   
ValueError()
  getNumCols 
getNumCols ( self )

  getNumRows 
getNumRows ( self )


Table of Contents

This document was automatically generated on Wed Aug 27 14:24:57 2003 by HappyDoc version 2.1