Context View

Learn about the context view in the 4+1 architectural model.

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,
...