Commit 518c8090 authored by Wang Xia's avatar Wang Xia
Browse files

Update algorithm.rst

parent 4bd8ee7f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -65,6 +65,14 @@ NAME string The mnemonic name of the data quality condition
DESCRIPTION string   A description of the data quality condition
=========== ======= ================================================

=====  =====  =======
A      B      A and B
=====  =====  =======
False  False  False
True   False  False
False  True   False
True   True   True
=====  =====  =======

Data Calibration Steps
``````````````````