perceptron | R Documentation |
Perceptron to calculate decisions
perceptron(currentState, nStates, sElevator, sCustomer, weightsPerceptron)
currentState |
current state for decision (num) |
nStates |
numer of states (int) |
sElevator |
elevators vector (logical) |
sCustomer |
customer vector (logical) |
weightsPerceptron |
Weight vector (num) |
Number of weights in NN controller is 2xnStates, for each state (sElevator/sCustomer) there is one input
logical pass or take decision
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.