Change Password

Please enter the password.
Please enter the password. Between 8-64 characters. Not identical to your email address. Contain at least 3 of uppercase, lowercase, numbers, and special characters (such as @*&#).
Please enter the password.
Submit

Change Nickname

Current Nickname:
Submit

Certifications

Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

Invoice

ProductName CreateTime ID Price File
ProductName CreateTime ID Price File
v4.0
Search
    中文EN
    v4.0

      Algorithm Management

      Install Algorithm

      Call method installAlgo(String algoFileName, String algoInfoFileName, RequestConfig requestConfig) after establishing connection with server, where:

      • algoFileName: the algorithm package file in 'so' format;
      • algoInfoFileName:the algorithm configuration file in 'yml format

      The initial file directory is classpath, such as:

      src
         |
         |---java
         |     |---xxxx.java
         |
         |---resources
              |--algo
                   |
                   |---algoFileName.so
                   |---algoInfoFileName.yml
      

      Response installresp = connection.installAlgo("algo/libplugin_k_core.so", "algo/k_core.yml", null);
      

      Uninstall Algorithm

      Call method Response uninstallAlgo(String algoName, RequestConfig requestConfig), where:

      • algoName: algorithm name

      Example:

      Response uninstallresp = connection.uninstallAlgo("k_core", null);
      
      Please complete the following information to download this book
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写
      *
      你的电话必须填写