| Constructor and Description |
|---|
MLPNeuron() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copy(MLPNeuron rhs) |
int |
dimension() |
double |
getWeight(int index) |
void |
setWeight(int index,
double val) |
void |
setWeightDelta(int index,
double val) |
public int dimension()
public void copy(MLPNeuron rhs)
public double getWeight(int index)
public void setWeightDelta(int index,
double val)
public void setWeight(int index,
double val)
Copyright © 2017. All rights reserved.