public class NearestNeighborsServer
extends io.vertx.core.AbstractVerticle
VPTree
based on loading an ndarray containing
the data points for the path
The input values are an CSVRecord
which (based on the input schema) will automatically
have their values transformed.Constructor and Description |
---|
NearestNeighborsServer() |
Modifier and Type | Method and Description |
---|---|
static NearestNeighborsServer |
getInstance() |
static void |
main(String[] args) |
static void |
runMain(String... args) |
void |
start() |
void |
stop()
Stop the server
|
config, deploymentID, getVertx, init, processArgs, start, stop
public static NearestNeighborsServer getInstance()
public static void runMain(String... args)
public void start() throws Exception
start
in class io.vertx.core.AbstractVerticle
Exception
public void stop() throws Exception
stop
in class io.vertx.core.AbstractVerticle
Exception
Copyright © 2020. All rights reserved.