Table of Contents

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

A View which performs a function which aggregates all the data pointed to by a common label into a single row. For example, to generate the mean trajectors of all rows in a dataset from a clustering labeling, you can use something like this:

ds is a Dataset lab is a clustering view = RowAggregateFunctionView(ds, lab, MLab.mean)

Base Classes   
AggregateFunctionView
Methods   
__init__
setLabeling
  __init__ 
__init__ (
        self,
        dataset,
        labeling,
        function,
        )

  setLabeling 
setLabeling ( self,  labeling )


Table of Contents

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