Skip to content

pipifuyj/extweka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Wekax in python

1,Introduction
Wekax in Python is a collection of data mining tools using the python programming language.

2,Install
Check out the sources at first:

svn checkout http://wekax.googlecode.com/svn/trunk/python path_to_wekax
Create a link to any directory in sys.path, for example:

ln -s path_to_wekax /usr/lib/python2.6/wekax

3,Get started
from wekax.core import Instance,Instances
from wekax.clusterers import Clusterer
clusterer=Clusterer(numClusters)
instances=Instances(type=Instance)
instances.load(file(path_to_file))
clusterer.build(instances)

About

extend our personal weka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages