edu.udo.cs.yale.operator.preprocessing.discretization
Class FrequencyDiscretizerExample
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeValue
private double attributeValue
attributeExample
private Example attributeExample
FrequencyDiscretizerExample
public FrequencyDiscretizerExample(double value,
Example example)
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