AIMA.Core.Probability.Reasoning.TransitionModel.TransitionModel C# (CSharp) 메소드

TransitionModel() 공개 메소드

public TransitionModel ( List states ) : System
states List
리턴 System
        public TransitionModel(List<String> states) : this(states, new List<String>(){ HmmConstants.DO_NOTHING})
        {
            // no actions possible thus the only "action" is to "wait" till the next
            // perception is observed

        }

Same methods

TransitionModel::TransitionModel ( List states, List actions ) : System