edu.udo.cs.yale.generator
Class AttributePeak

java.lang.Object
  extended by edu.udo.cs.yale.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.

Version:
$Id: AttributePeak.java,v 2.9 2006/08/03 14:39:28 ingomierswa Exp $
Author:
Ingo Mierswa

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

Field Detail

attribute

private Attribute attribute

frequency

private double frequency

evidence

private double evidence
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>


Copyright © 2001-2006