Detail

Norm of a 1D Array

1a90406d-63d0-4aa7-8026-1ac2dbc3f4cd_clients/1d_norm
Copy
Python static method

Input

Array to be normed
Type: ndarray
Shape: ['None']

Output

Norm of the array
Type: number

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('1a90406d-63d0-4aa7-8026-1ac2dbc3f4cd_clients/1d_norm', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('1a90406d-63d0-4aa7-8026-1ac2dbc3f4cd_clients/1d_norm')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation