| Modifier and Type | Field and Description |
|---|---|
double |
n |
double |
w |
static Neuron.NormWeight |
ZERO_WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
Neuron.NormWeight |
add(Neuron.NormWeight nw) |
static Neuron.NormWeight |
create(double w,
double n) |
boolean |
equals(Neuron.NormWeight nw) |
double |
getNormWeight() |
Neuron.NormWeight |
sub(Neuron.NormWeight nw) |
String |
toString() |
public static final Neuron.NormWeight ZERO_WEIGHT
public final double w
public final double n
public static Neuron.NormWeight create(double w, double n)
public Neuron.NormWeight add(Neuron.NormWeight nw)
public Neuron.NormWeight sub(Neuron.NormWeight nw)
public double getNormWeight()
public boolean equals(Neuron.NormWeight nw)
Copyright © 2017. All rights reserved.