. "Appendix B: Matlab Programs for Contaminant Classification." Classifying Drinking Water Contaminants for Regulatory Consideration. Washington, DC: The National Academies Press, 2001.
The following HTML text is provided to enhance online
readability. Many aspects of typography translate only awkwardly to HTML.
Please use the page image
as the authoritative form to ensure accuracy.
Classifying Drinking Water Contaminants for Regulatory Consideration
SP=load (‘testdata.txt’) ; % the name of the data
file containing test cases
idP=SP(: , 1) ;
XP=SP(: , 2:6) ;
YP=sim (net, XP’) ;
disp (‘The predicted values for the test cases are:’) ;