C# Класс Lucene.Net.Analysis.Shingle.Matrix.Matrix

A column focused matrix in three dimensions:
 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Matrix ( ) : System.Collections.Generic
PermutationIterator ( ) : MatrixPermutationIterator
ToString ( ) : string

Описание методов

Matrix() публичный Метод

public Matrix ( ) : System.Collections.Generic
Результат System.Collections.Generic

PermutationIterator() публичный Метод

public PermutationIterator ( ) : MatrixPermutationIterator
Результат MatrixPermutationIterator

ToString() публичный Метод

public ToString ( ) : string
Результат string