com.rapidminer.generator
Class AttributePeak

java.lang.Object
  extended by com.rapidminer.generator.AttributePeak
All Implemented Interfaces:
java.lang.Comparable<AttributePeak>

public class AttributePeak
extends java.lang.Object
implements java.lang.Comparable<AttributePeak>

Helper class for attributes, their frequencies, and their evidences.

Author:
Ingo Mierswa

Constructor Summary
AttributePeak(Attribute attribute, double frequency, double evidence)
           
 
Method Summary
 int compareTo(AttributePeak p)
           
 boolean equals(java.lang.Object o)
           
 Attribute getAttribute()
           
 double getEvidence()
           
 double getFrequency()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributePeak

public AttributePeak(Attribute attribute,
                     double frequency,
                     double evidence)
Method Detail

getAttribute

public Attribute getAttribute()

getFrequency

public double getFrequency()

getEvidence

public double getEvidence()

compareTo

public int compareTo(AttributePeak p)
Specified by:
compareTo in interface java.lang.Comparable<AttributePeak>

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2001-2009 by Rapid-I