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.
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
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