National Academy of Sciences | 150 Year Anniversary

Questions? Call 800-624-6242

| Items in cart [0]

The National Academies Press

PAPERBACK
price:$42.00
add to cart

Rights & Permissions

topleft topright

Classifying Drinking Water Contaminants for Regulatory Consideration (2001)
Board on Environmental Studies and Toxicology (BEST)

Citation Manager

. "Appendix B: Matlab Programs for Contaminant Classification." Classifying Drinking Water Contaminants for Regulatory Consideration. Washington, DC: The National Academies Press, 2001.

Please select a format:

BibTeX EndNote RefMan


Page
233
bottomleft bottomright

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:’) ;

for i=1:length(idP)

disp ([idP(i) , YP(i)]) ;

end

% ------------------------------------------------------------------

% End of program

% ------------------------------------------------------------------

Page
233