public static class Activation.State extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
fired |
double |
value |
Neuron.NormWeight |
weight |
static Activation.State |
ZERO |
| Constructor and Description |
|---|
State(double value,
int fired,
Neuron.NormWeight weight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Activation.State s) |
boolean |
equalsWithWeights(Activation.State s) |
String |
toString() |
public final double value
public final int fired
public final Neuron.NormWeight weight
public static final Activation.State ZERO
public State(double value,
int fired,
Neuron.NormWeight weight)
public boolean equals(Activation.State s)
public boolean equalsWithWeights(Activation.State s)
Copyright © 2017. All rights reserved.