regraslogísticainiciante

Preços de entrega de encomendas

Exemplo básico de uma árvore de decisão. Aqui, ela é usada para estabelecer o preço com base no peso da embalagem.

DecisionRules

David Škarka

Autor do modelo

This rule flow is a Decision Tree designed to calculate shipping costs and delivery estimates. It serves as a basic example of establishing pricing logic based specifically on the physical weight of a package.

Solution Components
The decision logic relies on specific input data to determine three distinct outputs:
  • Input:
    • Package Weight: The numerical weight of the package (defined as package.weight).
  • Outputs:
    • Price: The calculated cost of shipping (defined as price).
    • Currency: The monetary unit, fixed as USD in this version (defined as currency).
    • Delivery Duration: The estimated time for arrival (defined as deliveryInHours).
Check iconA checkmark inside a circle signifying "yes"Minus iconA minus inside a circle signifying "no"PROS IconA plus symbol representing positive aspects or benefits.CONS IconA minus symbol representing negative aspects or drawbacks.

Mais modelos

Ver outros modelos