Documentation of 'org.encog.ml.bayesian.training.search.k2.BayesSearch' Java class
BayesSearch
org.encog.ml.bayesian.training.search.k2

Interface BayesSearch

  • All Known Implementing Classes:
    SearchK2, SearchNone


    public interface BayesSearch
    Search for a good Bayes structure.
    • Method Detail

      • init

        void init(TrainBayesian theTrainer,
                  BayesianNetwork theNetwork,
                  MLDataSet theData)
        Init the search object.
        Parameters:
        theTrainer - The trainer to use.
        theNetwork - The network to use
        theData - The data to use.
      • iteration

        boolean iteration()
        Perform an iteration.
        Returns:
        True to continue.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.