|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.util.Matrix aima.learning.neural.Vector
public class Vector
Constructor Summary | |
---|---|
Vector(int size)
|
|
Vector(java.util.List<java.lang.Double> lst)
|
Method Summary | |
---|---|
Vector |
copyVector()
|
double |
getValue(int i)
|
int |
indexHavingMaxValue()
|
Vector |
minus(Vector v)
|
Vector |
plus(Vector v)
|
void |
setValue(int index,
double value)
|
int |
size()
|
Methods inherited from class aima.util.Matrix |
---|
arrayLeftDivide, arrayLeftDivideEquals, arrayRightDivide, arrayRightDivideEquals, arrayTimes, arrayTimesEquals, clone, constructWithCopy, copy, createDiagonalMatrix, det, get, getArray, getArrayCopy, getColumnDimension, getColumnPackedCopy, getMatrix, getMatrix, getMatrix, getMatrix, getRowDimension, getRowPackedCopy, identity, inverse, lu, minus, minusEquals, norm1, normInf, plus, plusEquals, print, print, print, print, random, read, set, setMatrix, setMatrix, setMatrix, setMatrix, solve, solveTranspose, times, times, timesEquals, toString, trace, transpose, uminus |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Vector(int size)
public Vector(java.util.List<java.lang.Double> lst)
Method Detail |
---|
public double getValue(int i)
public void setValue(int index, double value)
public Vector copyVector()
public int size()
public Vector minus(Vector v)
public Vector plus(Vector v)
public int indexHavingMaxValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |