Project 3
Fall 2019
Due: F 11/8 @ 5 P.M.
10 points
I put some starter code on cs-class. To get started, log on to cs-class and copy over the following zip file:
cs-class% cd cs-class% cp ~maloofm/cosc270/p3.zip ./ cs-class% unzip p3.zipIn the p3 directory, you will find partial class definitions for Drug, Node, and Network.
$a_{0} =$ the employee is not an insider,The network and its probabilities before initialization are as follows:
$a_{1} =$ the employee is an insider,
$b_{0} =$ the employee was not seen using an external drive,
$b_{1} =$ the employee was seen using an external drive,
$c_{0} =$ the employee was not caught exfiltrating documents,
$c_{1} =$ the employee was caught exfiltrating documents,
$d_{0} =$ the employee did not conduct uncharacteristic document downloads, and
$d_{1} =$ the employee conducted uncharacteristic document downloads.
After initialization, the state of the network is as follows:
After instantiating that the employee was seen using an external drive, we have the following network:
Note that this network is after Neapolitan's in Section 6.2.2.
Name NetID In accordance with the class policies and Georgetown's Honor Code, I certify that, with the exceptions of the course materials and those items noted below, I have neither given nor received any assistance on this project.
When you are ready to submit your project for grading, put your source files, Makefile, and honor statement in a zip file named submit.zip. Upload the zip file to Autolab using the assignment p2. Make sure you remove all debugging output before submitting.
Copyright © 2019 Mark Maloof. All Rights Reserved. This material may not be published, broadcast, rewritten, or redistributed.