public abstract class AbstractClosestVectors extends Object
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
AbstractClosestVectors.Result |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Scanner |
scanner |
protected VectorsReader |
vectorsReader |
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractClosestVectors(String file) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
execute() |
protected abstract AbstractClosestVectors.Result |
getTargetVector() |
protected String |
nextWord() |
protected String[] |
nextWords(int n,
String msg) |
protected Scanner scanner
protected final VectorsReader vectorsReader
protected AbstractClosestVectors(String file)
protected String nextWord()
protected abstract AbstractClosestVectors.Result getTargetVector()
protected final void execute()
throws IOException
IOExceptionCopyright © 2014–2017 码农场. All rights reserved.