Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Jul 9, 2023
1 parent 783d539 commit ce909bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,26 @@ And we are on _discourse_</br>

## Capabilities

> __≺ apply ≻ &nbsp; &nbsp; {&nbsp;rolling, tiling, running&nbsp;}__
### ≺ apply ≻&nbsp;&nbsp; {&nbsp;rolling, tiling, running&nbsp;}


#### data sequences
### data sequences
- _as provided_
- ≺ apply ≻(win_fn, win_width, seq)
- _with weights_
- ≺ apply ≻(win_fn, win_width, seq, weights)

#### data matrix(columns are independent sequences)
### data matrix
- _as provided_
- ≺ apply ≻(win_fn, win_width, data_matrix)
- _with shared weights_
- ≺ apply ≻(win_fn, win_width, data_matrix, weights)
- _with unique weights_
- ≺ apply ≻(win_fn, win_width, data_matrix, weight_matrix)

#### multisequences (up to 3 of equal lengths)
#### &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_(Each data matrix column is independent of other columns, all functions are unary.)_

### multisequences (up to 3 of equal lengths)

| | | |
|:------------------|-|:-------------------|
Expand Down

0 comments on commit ce909bf

Please sign in to comment.