File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -181,18 +181,14 @@ end
181181
182182Return the weight of the row, calculated as:
183183
184- ```math
185- \f rac{n!}{k!(n - k)!} = \b inom{n}{k}
186- ```
187-
188184```math
189185w(r) = \b egin{cases}
190186 w_1 \t imes \f rac{x}{c}; & \t ext{ if r is not aligned} \\
191187 w_2 \t imes \f rac{n_s}{c}; & \t ext{ if r is aligned} \\
192188 w_3; & \t ext{ if r is full} \\
193189\e nd{cases}
194190```
195- where n_s is the number of occurrences of the symbol s in the aligned row r,
191+ where `` n_s`` is the number of occurrences of the symbol s in the aligned row r,
196192and c is the total number of columns in the row. The value of x is equal to zero
197193if every symbol in the row r occurred at most once, otherwise x is equal to the
198194max number of occurrences (matches) of some symbol in r.
You can’t perform that action at this time.
0 commit comments