ValueMatrix class
Constructors
-
ValueMatrix(List<
List< _data)Value> > - ValueMatrix.zeros(int rows, int cols)
-
factory
Properties
Methods
-
at(
int row, int col) → Value -
flatten(
) → List< Value> -
multiply(
ValueMatrix other) → ValueMatrix -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
relu(
) → ValueMatrix -
sigmoid(
) → ValueMatrix -
tanh(
) → ValueMatrix -
toString(
) → String -
A string representation of this object.
override
-
transpose(
) → ValueMatrix
Operators
-
operator *(
dynamic other) → ValueMatrix -
operator +(
dynamic other) → ValueMatrix -
operator ==(
Object other) → bool -
The equality operator.
inherited