Static Protected Member Functions | |
static double[] | normalize (double[] doubles) |
static double[] | normalize (double[] doubles, double sum) |
static double | mean (double[] vector) |
static int | getMaxIndex (double[] array) |
static int | getMinIndex (double[] array) |
static String | doubleToString (double value, int afterDecimalPoint) |
static String | arrayToString (double[] d) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Normalizes the doubles in the array by their sum.
|
|
Normalizes the doubles in the array using the given value.
|
|
Computes the mean for an array of doubles.
|
|
Returns the index of the maximum element of an array.
|
|
Returns the index of the minimum element of an array.
|
|
Rounds a double and converts it into String.
|
|
Returns a representation of the input array as string.
|