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

Class SearchNone

  • All Implemented Interfaces:
    BayesSearch


    public class SearchNone
    extends java.lang.Object
    implements BayesSearch
    Simple class to perform no search for optimal network structure.
    • Constructor Detail

      • SearchNone

        public SearchNone()
    • Method Detail

      • init

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

        public boolean iteration()
        Perform an iteration.
        Specified by:
        iteration in interface BayesSearch
        Returns:
        True to continue.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.