C# 클래스 Segmenter.Model.PositionFilter

Cleaning all cross words in the sequence
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

공개 메소드들

메소드 설명
Filtrate ( List std, int winLen ) : List

Returns non cross word's positions

메소드 상세

Filtrate() 공개 정적인 메소드

Returns non cross word's positions
public static Filtrate ( List std, int winLen ) : List
std List positions of words
winLen int length of the scanning window
리턴 List