public static class ShingleMatrixFilter.Matrix extends Object
Token[column][row][z-axis] {
{{hello}, {greetings, and, salutations}},
{{world}, {earth}, {tellus}}
};
todo consider row groups
to indicate that shingles is only to contain permutations with texts in that same row group.| Modifier and Type | Class and Description |
|---|---|
class |
ShingleMatrixFilter.Matrix.Column |
| Constructor and Description |
|---|
ShingleMatrixFilter.Matrix() |
| Modifier and Type | Method and Description |
|---|---|
List<ShingleMatrixFilter.Matrix.Column> |
getColumns() |
Iterator<ShingleMatrixFilter.Matrix.Column.Row[]> |
permutationIterator() |
String |
toString() |
public List<ShingleMatrixFilter.Matrix.Column> getColumns()
public Iterator<ShingleMatrixFilter.Matrix.Column.Row[]> permutationIterator()