Interface UpdateAction
-
- All Known Implementing Classes:
KohonenUpdateAction
public interface UpdateActionDescribes how to update the network in response to a training sample.- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(Network net, double[] features)Updates the network in response to the samplefeatures.
-
-
-
Method Detail
-
update
void update(Network net, double[] features)
Updates the network in response to the samplefeatures.- Parameters:
net- Network.features- Training data.
-
-