You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is desirable to have the equivalent of MATLAB's interface implemented in Python, such that users need not worry about the underlying communication protocol. This interface should expose the following functionalities:
Send points to a running server
Request and receive centroids from a running server
Request and receive representatives from a running server
Stop a running server
In all of the above, exception handling should be passed as message, for any invalid request and propagated to the client.
The text was updated successfully, but these errors were encountered:
It is desirable to have the equivalent of MATLAB's interface implemented in Python, such that users need not worry about the underlying communication protocol. This interface should expose the following functionalities:
The text was updated successfully, but these errors were encountered: