RLPark 1.0.0
Reinforcement Learning Framework in Java
|
Public Member Functions | |
void | setOn (int i) |
int[] | getActiveIndexes () |
double | dotProduct (double[] data) |
double | dotProduct (RealVector other) |
void | addSelfTo (double[] data) |
void | subtractSelfTo (double[] data) |
int | nonZeroElements () |
int[] | nonZeroIndexes () |
double | getEntry (int i) |
MutableVector | mapMultiply (double d) |
MutableVector | subtract (RealVector other) |
MutableVector | add (RealVector other) |
MutableVector | ebeMultiply (RealVector v) |
MutableVector | newInstance (int size) |
MutableVector | copyAsMutable () |
double[] | accessData () |
double | sum () |
Package Functions | |
BinaryVector | copy () |
RealVector | clear () |
int | getDimension () |
Definition at line 3 of file BinaryVector.java.
double [] rlpark.plugin.rltoys.math.vector.RealVector.accessData | ( | ) | [inherited] |
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.add | ( | RealVector | other | ) | [inherited] |
void rlpark.plugin.rltoys.math.vector.SparseVector.addSelfTo | ( | double[] | data | ) | [inherited] |
RealVector rlpark.plugin.rltoys.math.vector.SparseVector.clear | ( | ) | [package, inherited] |
BinaryVector rlpark.plugin.rltoys.math.vector.BinaryVector.copy | ( | ) | [package] |
Implements rlpark.plugin.rltoys.math.vector.RealVector.
Implemented in rlpark.plugin.rltoys.math.vector.implementations.BVector.
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.copyAsMutable | ( | ) | [inherited] |
double rlpark.plugin.rltoys.math.vector.SparseVector.dotProduct | ( | double[] | data | ) | [inherited] |
double rlpark.plugin.rltoys.math.vector.RealVector.dotProduct | ( | RealVector | other | ) | [inherited] |
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.ebeMultiply | ( | RealVector | v | ) | [inherited] |
int [] rlpark.plugin.rltoys.math.vector.BinaryVector.getActiveIndexes | ( | ) |
Implemented in rlpark.plugin.rltoys.math.vector.implementations.BVector.
int rlpark.plugin.rltoys.math.vector.RealVector.getDimension | ( | ) | [package, inherited] |
double rlpark.plugin.rltoys.math.vector.RealVector.getEntry | ( | int | i | ) | [inherited] |
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.mapMultiply | ( | double | d | ) | [inherited] |
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.newInstance | ( | int | size | ) | [inherited] |
Implemented in rlpark.plugin.rltoys.math.vector.implementations.BVector, rlpark.plugin.rltoys.math.vector.implementations.PVector, rlpark.plugin.rltoys.math.vector.implementations.SSortedVector, rlpark.plugin.rltoys.math.vector.implementations.SVector, and rlpark.plugin.rltoys.math.vector.implementations.VectorNull.
int rlpark.plugin.rltoys.math.vector.SparseVector.nonZeroElements | ( | ) | [inherited] |
int [] rlpark.plugin.rltoys.math.vector.SparseVector.nonZeroIndexes | ( | ) | [inherited] |
void rlpark.plugin.rltoys.math.vector.BinaryVector.setOn | ( | int | i | ) |
Implemented in rlpark.plugin.rltoys.math.vector.implementations.BVector.
MutableVector rlpark.plugin.rltoys.math.vector.RealVector.subtract | ( | RealVector | other | ) | [inherited] |
void rlpark.plugin.rltoys.math.vector.SparseVector.subtractSelfTo | ( | double[] | data | ) | [inherited] |
double rlpark.plugin.rltoys.math.vector.RealVector.sum | ( | ) | [inherited] |