net.sf.myra.datamining.data
Class IntervalBuilder.Interval

java.lang.Object
  extended by net.sf.myra.datamining.data.IntervalBuilder.Interval
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
IntervalBuilder

public static class IntervalBuilder.Interval
extends java.lang.Object
implements java.lang.Cloneable

This class represents a continuous interval.


Method Summary
 IntervalBuilder.Interval clone()
           
 double getImpurity()
          Returns the interval entropy value.
 Operator getOperator()
          Returns the interval operator.
 double[] getValues()
          Returns the interval boundary values.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImpurity

public double getImpurity()
Returns the interval entropy value.

Returns:
the interval entropy value.

getValues

public double[] getValues()
Returns the interval boundary values.

Returns:
the interval boundary values.

getOperator

public Operator getOperator()
Returns the interval operator.

Returns:
the interval operator.

clone

public IntervalBuilder.Interval clone()
Overrides:
clone in class java.lang.Object


Copyright © 2013. All Rights Reserved.