O - Object typepublic class CacheDoubleDistanceInOnDiskMatrix<O> extends AbstractApplication
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheDoubleDistanceInOnDiskMatrix.Parameterizer<O>
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private Database |
database
Data source to process.
|
private static boolean |
debugExtraCheckSymmetry
Debug flag, to double-check all write operations.
|
private DistanceFunction<? super O> |
distance
Distance function that is to be cached.
|
private static Logging |
LOG
The logger for this class.
|
private java.io.File |
out
Output file.
|
REFERENCE, VERSION| Constructor and Description |
|---|
CacheDoubleDistanceInOnDiskMatrix(Database database,
DistanceFunction<? super O> distance,
java.io.File out)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main method, delegate to super class.
|
void |
run()
Runs the application.
|
printErrorMessage, runCLIApplication, usageprivate static final Logging LOG
private static final boolean debugExtraCheckSymmetry
private Database database
private DistanceFunction<? super O> distance
private java.io.File out
public CacheDoubleDistanceInOnDiskMatrix(Database database, DistanceFunction<? super O> distance, java.io.File out)
database - Data sourcedistance - Distance functionout - Matrix output filepublic void run()
AbstractApplicationrun in class AbstractApplicationpublic static void main(java.lang.String[] args)
args - Command line argumentsCopyright © 2019 ELKI Development Team. License information.