コード例 #1
0
ファイル: MajorVector.java プロジェクト: emorynlp/nlp4j-core
 public float get(int index) {
   return weights.get(index);
 }