Skip to content

Instantly share code, notes, and snippets.

@iha2
Last active January 4, 2017 04:50
Show Gist options
  • Save iha2/f87d20b1eea4d4a8367232d1c7560d6c to your computer and use it in GitHub Desktop.
Save iha2/f87d20b1eea4d4a8367232d1c7560d6c to your computer and use it in GitHub Desktop.
HiClustering Tutorial Snippents
case class DataContainer(columnHeaders: Vector[String], rows: Vector[Vector[Option[Double]]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment