See: Description
| Class | Description |
|---|---|
| DebugPrint |
This is a utility class for debug print.
|
| DoubleVec |
This is a simple implementation of Vector operations in double.
|
| DoubleVecUtil |
This is a simple implementation for Vector operation:
- length
- inner dot (dot product)
- cosine similarity = inner dot(v1, v2) / length(v1) * length(v2)
|
| FileDir |
This is a utility class for files and directory.
|
| FileInToList |
This is a utility class for file input to List.
|
| FileInToMap |
This is a utility class for file input to Map.
|
| FileInToSet |
This is a utility class for file input to a Set.
|
| FileIo |
This is a utility class for file I/O.
|
| Out |
This class is the output for cSpell.
|
| Platform |
This class checks the type of platform.
|
Submit a bug or feature
Copyright © 2018 National Library of Medicine