I hereby claim:
- I am pckujawa on github.
- I am patku (https://keybase.io/patku) on keybase.
- I have a public key ASBLpvh1xYD2nZ3Ms-sMWzto6nX0vkTYllYMPM23Efq7kwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
//javascript: | |
(function() { | |
window.twttr = window.twttr || {}; | |
var D = 550, | |
A = 450, | |
C = screen.height, | |
B = screen.width, | |
H = Math.round((B / 2) - (D / 2)), | |
G = 0, | |
F = document, |
function getUnique() { | |
var u = {}, a = []; | |
for (var i = 0, l = this.length; i < l; ++i) { | |
if (u.hasOwnProperty(this[i])) { | |
continue; | |
} | |
a.push(this[i]); | |
u[this[i]] = 1; | |
} | |
return a; |
""" usage: | |
a4.py train TRAIN_FEATURE_FILE [--new] [--validate] | |
a4.py classify MUSIC_FEATURE_FILE | |
The files should be CSV with 6 columns, the last of which is the target/label/class (or empty, if classifying), and the first of which is ignored. | |
""" | |
#------------------------------------------------------------------------------- | |
# Name: Pat Kujawa | |
# Purpose: MM audio classification asn 4 | |
#------------------------------------------------------------------------------- |