TfannLayer class

Constructors

TfannLayer(int inputs, int outputs, ActivationFunctionType activationFuncType)
TfannLayer.fromJsonMap(Map json)

Properties

activationFunc ActivationFunction
getter/setter pair
bias FVector
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputLength int
no setter
outputLength int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weights FLeftMatrix
getter/setter pair

Methods

createFeedArtifacts(FVector input) FeedArtifacts
feedForward(FVector input) FVector
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited