ValueVector class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<Value>
final

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