메소드 | 설명 | |
---|---|---|
ComputeWeight ( double factor, double standardDeviation ) : int | ||
GetTopTags ( int itemCount ) : IList |
Gets the top tags.
|
|
SetTagsOnEntry ( |
Parses and sets set of tags on the entry.
|
|
SetTagsOnEntry ( int entryId, IList |
Sets the tags on entry.
|
public static ComputeWeight ( double factor, double standardDeviation ) : int | ||
factor | double | |
standardDeviation | double | |
리턴 | int |
public static GetTopTags ( int itemCount ) : IList |
||
itemCount | int | The item count. |
리턴 | IList |
public static SetTagsOnEntry ( |
||
entry | ||
리턴 | void |
public static SetTagsOnEntry ( int entryId, IList |
||
entryId | int | The entry id. |
tags | IList |
The tags. |
리턴 | void |