edu.udo.cs.yale.generator
Class AttributePeak
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
private Attribute attribute
frequency
private double frequency
evidence
private double evidence
AttributePeak
public AttributePeak(Attribute attribute,
double frequency,
double evidence)
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