From efa33512fa803fadd40ef012ca9a9a53e19e40c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E5=BF=97=E5=BC=BA?= <55485673+yinzhiqiangluvlzx@users.noreply.github.com> Date: Mon, 24 Aug 2020 20:11:25 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B1=82=E4=BA=A4.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yanyucheng <451907293@qq.com> --- .../\346\261\202\344\272\244.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\346\234\211\345\245\226\345\276\201\351\233\206\346\264\273\345\212\250/\346\212\200\346\234\257\346\216\242\350\256\250\347\261\273/fate\345\256\236\347\216\260psi\346\261\202\344\272\244\350\277\207\347\250\213/\346\261\202\344\272\244.md" "b/\346\234\211\345\245\226\345\276\201\351\233\206\346\264\273\345\212\250/\346\212\200\346\234\257\346\216\242\350\256\250\347\261\273/fate\345\256\236\347\216\260psi\346\261\202\344\272\244\350\277\207\347\250\213/\346\261\202\344\272\244.md" index 21ddbbf..a8456c8 100644 --- "a/\346\234\211\345\245\226\345\276\201\351\233\206\346\264\273\345\212\250/\346\212\200\346\234\257\346\216\242\350\256\250\347\261\273/fate\345\256\236\347\216\260psi\346\261\202\344\272\244\350\277\207\347\250\213/\346\261\202\344\272\244.md" +++ "b/\346\234\211\345\245\226\345\276\201\351\233\206\346\264\273\345\212\250/\346\212\200\346\234\257\346\216\242\350\256\250\347\261\273/fate\345\256\236\347\216\260psi\346\261\202\344\272\244\350\277\207\347\250\213/\346\261\202\344\272\244.md" @@ -1,4 +1,4 @@ -PSI交集过程--核心流程 +# PSI交集过程--核心流程 fate为我们提供了intersect组件进行psi求交,该组件提供了raw、rsa两种求交方式。下面来介绍一下rsa求交和raw求交的具体流程,代码位置federatedml/statistic/intersect。 ## 一、rsa 求交过程 @@ -180,7 +180,7 @@ def run(self, data_instances): -##二、raw求交过程 +## 二、raw求交过程 raw 求交过程相对rsa比较简单,在这里简单分析一下求交过程 ### 大致流程