Uses of Interface
org.knime.core.node.property.hilite.HiLiteMapper

Packages that use HiLiteMapper
org.knime.base.node.mine.subgroupminer This package contains everything necessary for normal subgroup mining. 
org.knime.core.node.property.hilite Contains hilite classes to maintain hilite events between different views. 
 

Uses of HiLiteMapper in org.knime.base.node.mine.subgroupminer
 

Classes in org.knime.base.node.mine.subgroupminer that implement HiLiteMapper
 class SubgroupMinerModel
          The SubgroupMinerModel searches for frequent itemsets with an apriori algorithm using a prefixtree structure.
 

Uses of HiLiteMapper in org.knime.core.node.property.hilite
 

Classes in org.knime.core.node.property.hilite that implement HiLiteMapper
 class DefaultHiLiteMapper
          A default mapper for hilite translation which holds a map from RowKey to a set of RowKeys as value.
 

Methods in org.knime.core.node.property.hilite that return HiLiteMapper
 HiLiteMapper HiLiteTranslator.getMapper()
           
 

Methods in org.knime.core.node.property.hilite with parameters of type HiLiteMapper
 void HiLiteTranslator.setMapper(HiLiteMapper mapper)
          Sets a new hilite mapper which can be null in case no hilite translation is available.
 

Constructors in org.knime.core.node.property.hilite with parameters of type HiLiteMapper
HiLiteTranslator(HiLiteHandler handler, HiLiteMapper mapper)
          Creates a new translator.
HiLiteTranslator(HiLiteMapper mapper)
          Creates a new translator.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.