Skip to content

Instantly share code, notes, and snippets.

View ianarsenault's full-sized avatar

Ian Arsenault ianarsenault

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ianarsenault on github.
  • I am ian_a (https://keybase.io/ian_a) on keybase.
  • I have a public key whose fingerprint is 56E9 D70B E01F 12BF A14C DBCF 6284 879A D9BD 940F

To claim this, I am signing this object:

getwd()
setwd("/Users/ian/dev/ML/week-three")
data <- read.csv("dataset.csv")
# load perceptron algorithm
source("Perceptron.R")
# model graph the data
perceptron.model <- perceptron(data)
perceptron.model(c(2,2))
class NewRelicTvDashboard {
constructor(command) {
this.command = command;
}
execute() {
this.command.execute();
}
}
class EcommDash {
XPathNodeIterator custOptionIter;
while (NodeIter.MoveNext())
{
XPathNavigator itemInfo = NodeIter.Current;
itemResult.AppendLine("PartNo: " + itemInfo.SelectSingleNode("PartNo").Value);
itemResult.AppendLine("Description: " + itemInfo.SelectSingleNode("Description").Value);
itemResult.AppendLine("UnitPrice: " + itemInfo.SelectSingleNode("UnitPrice").Value);
itemResult.AppendLine("Quantity: " + itemInfo.SelectSingleNode("Quantity").Value);