source: src/main/java/agents/anac/y2019/agentlarry/Vector.java

Last change on this file was 201, checked in by Katsuhide Fujita, 5 years ago

Add ANAC 2019 agents (2)

  • Property svn:executable set to *
File size: 176 bytes
Line 
1package agents.anac.y2019.agentlarry;
2
3import java.util.ArrayList;
4
5/**
6 * Represents a vector for the logistic regression
7 */
8public class Vector extends ArrayList<Double>{
9}
Note: See TracBrowser for help on using the repository browser.