Case Study
Learn about the object-oriented design and SOLID principles in the context of iris classification.
We'll cover the following...
This section expands on the object-oriented design of our example, iris classification. We’ve been building on this in the previous chapters, and we’ll continue building on it in later chapters. In this chapter, we’ll review the diagrams created using the Unified Modeling Language (UML) to help depict and summarize the software we’re going to build. We’ll move on from the previous chapter to add features for the various ways of computing the nearest for the ...