Search⌘ K
AI Features

Context View

Explore the context view in object-oriented design by identifying key actors like the Botanist and User, using UML diagrams and user stories to understand system interactions and classify data.

We'll cover the following...

Actors

The context for our application that classifies iris species involves these two classes of actors:

  • A “Botanist” who provides the properly classified training data and a properly classified set of test data. The Botanist also runs the test cases to establish the proper parameters for the classification. In the simple case of kk-NN,
...