Package io.bhagat.server
Class Py4jPrincipalComponentServer
- java.lang.Object
-
- py4j.DefaultGatewayServerListener
-
- py4j.GatewayServer
-
- io.bhagat.server.Py4jPrincipalComponentServer
-
- All Implemented Interfaces:
java.lang.Runnable,py4j.GatewayServerListener,py4j.Py4JJavaServer
public class Py4jPrincipalComponentServer extends py4j.GatewayServerServes a neural network to python through a py4j gateway server- Author:
- Bhagat
-
-
Constructor Summary
Constructors Constructor Description Py4jPrincipalComponentServer()Creates and serves a NeuralNetwork with a specified shape and activation
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidstart()-
Methods inherited from class py4j.GatewayServer
addListener, connectionStopped, createConnection, defaultAddress, defaultIPv6Address, fireConnectionError, fireConnectionStarted, fireServerError, fireServerPostShutdown, fireServerPreShutdown, fireServerStarted, fireServerStopped, getAddress, getCallbackClient, getConnectTimeout, getCustomCommands, getGateway, getListeners, getListeningPort, getPort, getPythonAddress, getPythonPort, getPythonServerEntryPoint, getReadTimeout, processSocket, removeListener, resetCallbackClient, run, shutdown, shutdown, start, startSocket, turnAllLoggingOn, turnLoggingOff, turnLoggingOn
-
-