Documentation of 'org.apache.commons.math3.ml.neuralnet.UpdateAction' Java class
UpdateAction
org.apache.commons.math3.ml.neuralnet

Interface UpdateAction

  • All Known Implementing Classes:
    KohonenUpdateAction


    public interface UpdateAction
    Describes how to update the network in response to a training sample.
    Since:
    3.3
    • Method Detail

      • update

        void update(Network net,
                    double[] features)
        Updates the network in response to the sample features.
        Parameters:
        net - Network.
        features - Training data.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.