C# Class JiebaNet.Analyser.UndirectWeightedGraph

Afficher le fichier Open project: anderscui/jieba.NET Class Usage Examples

Méthodes publiques

Méthode Description
AddEdge ( string start, string end, double weight ) : void
Rank ( ) : double>.IDictionary
UndirectWeightedGraph ( ) : System

Method Details

AddEdge() public méthode

public AddEdge ( string start, string end, double weight ) : void
start string
end string
weight double
Résultat void

Rank() public méthode

public Rank ( ) : double>.IDictionary
Résultat double>.IDictionary

UndirectWeightedGraph() public méthode

public UndirectWeightedGraph ( ) : System
Résultat System