Public Member Functions | |
String | toString () |
Protected Member Functions | |
NumericInterval (String intervallo, double min, double max) | |
boolean | belongs (double d) |
double | getMean (double[] values) |
double | getMedian (double[] values) |
double | getMin (double[] values) |
double | getMax (double[] values) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor. Build the interval given a string representation of that interval and the minumum and maximum values for the training instances. The interval description can be: '(-inf - value]' '(value - value2]' '(value2 - -inf)' 'ALL'
|
|
Get a string representation of the interval.
|
|
Tests if a value belongs to the interval.
|
|
Get the mean of the input values belonging to the interval considered.
|
|
Get the median of the input values belonging to the interval considered.
|
|
Get the minimum of the input values belonging to the interval considered.
|
|
Get the minimum of the input values belonging to the interval considered.
|