Table of Contents

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

Allows for concatenation of two datasets into a single, large dataset.

This is a skeleton class which provides generic superset services in terms of methods which must be implemented by subclasses. A Superset view allows two datasets to be virtually merged along their columns or rows. The dimension of the non-merged dimension must be equal. i.e. If creating a superset of rows, the datasets must have the same number of columns.

A subclass of SupersetView must implement the methods mapKeyToParent(key) and mapKeyFromParent(parent, key).

Base Classes   
BaseView
Methods   
__init__
detatch
getData
getLineage
  __init__ 
__init__ (
        self,
        dataset1,
        dataset2,
        )

  detatch 
detatch ( self )

  getData 
getData ( self,  key=None )

Exceptions   
NotImplementedError()
  getLineage 
getLineage ( self )


Table of Contents

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