Exemplo n.º 1
0
    // Use this for initialization

    public void Start()
    {
        graph = EmotionGraph.EmotionGraph.InitGraph(fileName);
        graph.AddNode(new List <int>()
        {
            20, 0, 0, 0, 0
        }, "Neutral");
    }
Exemplo n.º 2
0
 void Start()
 {
     graph = EmotionGraph.EmotionGraph.InitGraph(fileName);
 }