Method | Description | |
---|---|---|
ConcatenateTopStrings ( Int32>.Dictionary |
||
CountDelimitedStringsInEdgeColumn ( IEnumerable |
||
CountString ( String stringToCount, Int32>.Dictionary |
||
GetTopGraphMetricValues ( Int32>.Dictionary |
||
GetTopStrings ( Int32>.Dictionary |
||
TakeTopStringsAsArray ( IEnumerable |
public static ConcatenateTopStrings ( Int32>.Dictionary |
||
stringCounts | Int32>.Dictionary | |
maximumTopStrings | ||
return | String |
public static CountDelimitedStringsInEdgeColumn ( IEnumerable |
||
edges | IEnumerable |
|
edgeColumnName | String | |
return | Int32>.Dictionary |
public static CountString ( String stringToCount, Int32>.Dictionary |
||
stringToCount | String | |
stringCounts | Int32>.Dictionary | |
return | void |
public static GetTopGraphMetricValues ( Int32>.Dictionary |
||
stringCounts | Int32>.Dictionary | |
maximumTopStrings | ||
topStrings | List |
|
topStringCounts | List |
|
return | void |
public static GetTopStrings ( Int32>.Dictionary |
||
stringCounts | Int32>.Dictionary | |
maximumTopStrings | ||
return | IEnumerable |
public static TakeTopStringsAsArray ( IEnumerable |
||
strings | IEnumerable |
|
maximumTopStrings | ||
return | String[] |