Skip to content

Instantly share code, notes, and snippets.

View carpincho's full-sized avatar

Joaquín T carpincho

View GitHub Profile
@forhappy
forhappy / py-isodata.py
Created September 23, 2011 13:42
isodata clustering algorithm(not finished yet)
#! /usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
import cmath
import os.path
class ISOData:
'''
@descriptions: ISOData Algorithm implementation.