ValueVector class
Constructors
-
ValueVector(List<
Value> values) -
ValueVector.fromDoubleList(List<
double> data) -
factory
- ValueVector.fromFloat32List(Float32List data)
-
factory
- ValueVector.fromUint8List(Uint8List data)
-
factory
Properties
Methods
-
crossEntropy(
ValueVector target) → Value -
dot(
ValueVector other) → Value -
mean(
) → Value -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reLU(
) → ValueVector -
sigmoid(
) → ValueVector -
softmax(
) → ValueVector -
squared(
) → ValueVector -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator *(
Value other) → ValueVector -
operator +(
dynamic other) → ValueVector -
operator -(
ValueVector other) → ValueVector -
operator /(
Value other) → ValueVector -
operator ==(
Object other) → bool -
The equality operator.
inherited