com.rapidminer.operator.learner.associations.gsp
Class HashTreeInnerNode

java.lang.Object
  extended by com.rapidminer.operator.learner.associations.gsp.HashTreeInnerNode
All Implemented Interfaces:
HashTreeNode
Direct Known Subclasses:
HashTreeRootNode

public class HashTreeInnerNode
extends java.lang.Object
implements HashTreeNode

Author:
Sebastian Land

Field Summary
protected  java.util.HashMap<Item,HashTreeNode> children
           
 
Constructor Summary
HashTreeInnerNode()
           
 
Method Summary
 void addSequence(Sequence candidate, int candidateIndex, int depth, HashTreeNode father, java.util.ArrayList<Sequence> allCandidates)
           
 void countCoveredCandidates(DataSequence sequence, double t, CountingInformations counting)
           
 void replaceNode(Item whichItem, HashTreeNode replacement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

children

protected java.util.HashMap<Item,HashTreeNode> children
Constructor Detail

HashTreeInnerNode

public HashTreeInnerNode()
Method Detail

addSequence

public void addSequence(Sequence candidate,
                        int candidateIndex,
                        int depth,
                        HashTreeNode father,
                        java.util.ArrayList<Sequence> allCandidates)
Specified by:
addSequence in interface HashTreeNode

replaceNode

public void replaceNode(Item whichItem,
                        HashTreeNode replacement)
Specified by:
replaceNode in interface HashTreeNode

countCoveredCandidates

public void countCoveredCandidates(DataSequence sequence,
                                   double t,
                                   CountingInformations counting)
Specified by:
countCoveredCandidates in interface HashTreeNode


Copyright © 2001-2009 by Rapid-I