edu.udo.cs.yale.operator.preprocessing.discretization
Class FrequencyDiscretizerExample

java.lang.Object
  extended by edu.udo.cs.yale.operator.preprocessing.discretization.FrequencyDiscretizerExample
All Implemented Interfaces:
java.lang.Comparable<FrequencyDiscretizerExample>

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

A helperclass for the preprocessing operator FrequencyDiscretizer. It allows to store an example with one numerical attribute value. Due to the implementation of the Comparable Interface Arrays of this class may be sorted by Arrays.sort() after the values. So it is possible to sort without loosing the connection between value and its example.

Version:
$Id: FrequencyDiscretizerExample.java,v 1.3 2006/08/03 14:39:29 ingomierswa Exp $
Author:
Sebastian Land

Field Summary
private  Example attributeExample
           
private  double attributeValue
           
 
Constructor Summary
FrequencyDiscretizerExample(double value, Example example)
           
 
Method Summary
 int compareTo(FrequencyDiscretizerExample toCompare)
           
 Example getExample()
           
 double getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeValue

private double attributeValue

attributeExample

private Example attributeExample
Constructor Detail

FrequencyDiscretizerExample

public FrequencyDiscretizerExample(double value,
                                   Example example)
Method Detail

getValue

public double getValue()

getExample

public Example getExample()

compareTo

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


Copyright © 2001-2006