public class IdVector extends Object implements Comparable<IdVector>, ISentenceKey<IdVector>
| 限定符和类型 | 字段和说明 |
|---|---|
List<Long[]> |
idArrayList |
public IdVector(String sentence)
public int compareTo(IdVector o)
compareTo 在接口中 Comparable<IdVector>public Double similarity(IdVector other)
similarity 在接口中 ISentenceKey<IdVector>Copyright © 2014–2017 码农场. All rights reserved.