source:
src/main/java/agents/anac/y2018/agentherb/Vector.java
Last change on this file was 341, checked in by , 5 years ago | |
---|---|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[341] | 1 | package agents.anac.y2018.agentherb; |
2 | ||
3 | import java.util.ArrayList; | |
4 | ||
5 | /** | |
6 | * Represents a vector for the logistic regression | |
7 | */ | |
8 | public class Vector extends ArrayList<Double>{ | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.