C# 클래스 Smrf.NodeXL.ExcelTemplate.TwitterSearchNetworkStringUtil

Provides utility methods for working with strings while calculating the top items within a Twitter search network.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
ConcatenateTopStrings ( Int32>.Dictionary stringCounts, Int32 maximumTopStrings ) : String
CountDelimitedStringsInEdgeColumn ( IEnumerable edges, String edgeColumnName ) : Int32>.Dictionary
CountString ( String stringToCount, Int32>.Dictionary stringCounts ) : void
GetTopGraphMetricValues ( Int32>.Dictionary stringCounts, Int32 maximumTopStrings, List &topStrings, List &topStringCounts ) : void
GetTopStrings ( Int32>.Dictionary stringCounts, Int32 maximumTopStrings ) : IEnumerable
TakeTopStringsAsArray ( IEnumerable strings, Int32 maximumTopStrings ) : String[]

메소드 상세

ConcatenateTopStrings() 공개 정적인 메소드

public static ConcatenateTopStrings ( Int32>.Dictionary stringCounts, Int32 maximumTopStrings ) : String
stringCounts Int32>.Dictionary
maximumTopStrings System.Int32
리턴 String

CountDelimitedStringsInEdgeColumn() 공개 정적인 메소드

public static CountDelimitedStringsInEdgeColumn ( IEnumerable edges, String edgeColumnName ) : Int32>.Dictionary
edges IEnumerable
edgeColumnName String
리턴 Int32>.Dictionary

CountString() 공개 정적인 메소드

public static CountString ( String stringToCount, Int32>.Dictionary stringCounts ) : void
stringToCount String
stringCounts Int32>.Dictionary
리턴 void

GetTopGraphMetricValues() 공개 정적인 메소드

public static GetTopGraphMetricValues ( Int32>.Dictionary stringCounts, Int32 maximumTopStrings, List &topStrings, List &topStringCounts ) : void
stringCounts Int32>.Dictionary
maximumTopStrings System.Int32
topStrings List
topStringCounts List
리턴 void

GetTopStrings() 공개 정적인 메소드

public static GetTopStrings ( Int32>.Dictionary stringCounts, Int32 maximumTopStrings ) : IEnumerable
stringCounts Int32>.Dictionary
maximumTopStrings System.Int32
리턴 IEnumerable

TakeTopStringsAsArray() 공개 정적인 메소드

public static TakeTopStringsAsArray ( IEnumerable strings, Int32 maximumTopStrings ) : String[]
strings IEnumerable
maximumTopStrings System.Int32
리턴 String[]