EmbeddedTrigramStatisticsGetPrefixWeights Method |
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax public IReadOnlyCollection<WeightedItem<Tuple<char, char>>> GetPrefixWeights()
Public Function GetPrefixWeights As IReadOnlyCollection(Of WeightedItem(Of Tuple(Of Char, Char)))
public:
virtual IReadOnlyCollection<WeightedItem<Tuple<wchar_t, wchar_t>^>^>^ GetPrefixWeights() sealed
abstract GetPrefixWeights : unit -> IReadOnlyCollection<WeightedItem<Tuple<char, char>>>
override GetPrefixWeights : unit -> IReadOnlyCollection<WeightedItem<Tuple<char, char>>>
Return Value
Type:
IReadOnlyCollectionWeightedItemTupleChar,
CharImplements
ITrigramStatisticsGetPrefixWeightsSee Also