Uses of Class
adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor

Packages that use AbstractClustererPostProcessor
adams.flow.transformer   
adams.flow.transformer.wekaclusterer   
 

Uses of AbstractClustererPostProcessor in adams.flow.transformer
 

Fields in adams.flow.transformer declared as AbstractClustererPostProcessor
protected  AbstractClustererPostProcessor WekaClusterer.m_PostProcessor
          the post-processor.
 

Methods in adams.flow.transformer that return AbstractClustererPostProcessor
 AbstractClustererPostProcessor WekaClusterer.getPostProcessor()
          Returns the post-processor in use.
 

Methods in adams.flow.transformer with parameters of type AbstractClustererPostProcessor
 void WekaClusterer.setPostProcessor(AbstractClustererPostProcessor value)
          Sets the post-processor to use.
 

Uses of AbstractClustererPostProcessor in adams.flow.transformer.wekaclusterer
 

Subclasses of AbstractClustererPostProcessor in adams.flow.transformer.wekaclusterer
 class AbstractClusterMembershipPostProcessor
          Ancestor for post-processors that require a built clusterer and the dataset that was used to build the clusterer to be present in the model container.
 class ClusterCenters
          Computes the cluster centers for the provided dataset.
 class PassThrough
          Dummy post-processor that just returns the model container as it is.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.