Sign inSign up

gswyhq/julia

By gswyhq

Updated about 5 years ago

julia使用示例 PClean:基于领域特定概率编程的大规模贝叶斯数据清理

Image
0

112

gswyhq/julia repository overview

docker run --rm -it -w /PClean gswyhq/julia:PClean /bin/bash

root@22b3ca521cb6:/PClean# julia 
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.6.2 (2021-07-14)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> import Pkg;
julia> Pkg.add(path="/PClean");

更多使用示例见: /PClean/experiments/

致谢

Tag summary

Content type

Image

Digest

Size

986 MB

Last updated

about 5 years ago

docker pull gswyhq/julia:PClean