Skip to content

Instantly share code, notes, and snippets.

View MajorGressingham's full-sized avatar

Rory Creedon MajorGressingham

View GitHub Profile
def SLINK(SList):
#1
random.shuffle(SList)
Clusters = []
Centroid = []
Scores = []
for string in SList:
SPScores = []
Matched = 0
@MajorGressingham
MajorGressingham / gist:7801647
Last active December 30, 2015 08:19
Fuzzy String Strategy Pt.1
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@MajorGressingham
MajorGressingham / gist:7691723
Created November 28, 2013 13:19
JellyFish Notebook
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{