public class DistanceDistributionSQFD
extends java.lang.Object
Note that the distances are computed in a stream fashion, so the data file should be randomized first.
Constructor and Description |
---|
DistanceDistributionSQFD() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method that deals with the parameters and computes the histogram.
|
static void |
printDistanceResult(java.io.PrintStream stream,
double interval,
java.lang.Object count)
Prints a line of the distance histogram result.
|
public static void printDistanceResult(java.io.PrintStream stream, double interval, java.lang.Object count)
stream
- a stream to which the line is writteninterval
- the distancecount
- public static void main(java.lang.String[] args)
args
- command line parameters (see usage)