I have a large set of network data which I have been using for clustering exercises with Spark and MLLib. I've normalized the data to a set of vectors representing time of day, direction (into/out of network), bytes sent, bytes received, and duration of each connection. There are seven dimensions in total.I have a large set of network data which I have