EmbeddedTrigramStatisticsGetTrigramWeights Method |
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax public IReadOnlyCollection<WeightedItem<char>> GetTrigramWeights(
Tuple<char, char> prefix
)
Public Function GetTrigramWeights (
prefix As Tuple(Of Char, Char)
) As IReadOnlyCollection(Of WeightedItem(Of Char))
public:
virtual IReadOnlyCollection<WeightedItem<wchar_t>^>^ GetTrigramWeights(
Tuple<wchar_t, wchar_t>^ prefix
) sealed
abstract GetTrigramWeights :
prefix : Tuple<char, char> -> IReadOnlyCollection<WeightedItem<char>>
override GetTrigramWeights :
prefix : Tuple<char, char> -> IReadOnlyCollection<WeightedItem<char>>
Parameters
- prefix
- Type: SystemTupleChar, Char
Return Value
Type:
IReadOnlyCollectionWeightedItemCharImplements
ITrigramStatisticsGetTrigramWeights(TupleChar, Char)See Also