com.hankcs.hanlp.dependency.common
类 Edge

java.lang.Object
  继承者 com.hankcs.hanlp.dependency.common.Edge

public class Edge
extends Object

一条边

作者:
hankcs

字段摘要
 float cost
           
 int from
           
 String label
           
 int to
           
 
构造方法摘要
Edge(int from, int to, String label, float cost)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

from

public int from

to

public int to

cost

public float cost

label

public String label
构造方法详细信息

Edge

public Edge(int from,
            int to,
            String label,
            float cost)


Copyright © 2014–2015 码农场. All rights reserved.