AUREA.learner.wilcoxon
index
/home/earls3/Price/AUREA/build/lib.linux-x86_64-2.6/AUREA/learner/wilcoxon.py

# This file was automatically generated by SWIG (http://www.swig.org).
# Version 1.3.36
#
# Don't modify this file, modify the SWIG interface instead.

 
Modules
       
AUREA.learner._wilcoxon
new

 
Classes
       
Wilcoxon
__builtin__.object
DoubleVector
IntVector
wilcoxon_PySwigIterator

 
class DoubleVector(__builtin__.object)
     Methods defined here:
__del__ lambda self
__delitem__(*args)
__delslice__(*args)
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__iter__(self)
__len__(*args)
__nonzero__(*args)
__repr__ = _swig_repr(self)
__setitem__(*args)
__setslice__(*args)
append(*args)
assign(*args)
back(*args)
begin(*args)
capacity(*args)
clear(*args)
empty(*args)
end(*args)
erase(*args)
front(*args)
get_allocator(*args)
insert(*args)
iterator(*args)
pop(*args)
pop_back(*args)
push_back(*args)
rbegin(*args)
rend(*args)
reserve(*args)
resize(*args)
size(*args)
swap(*args)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
thisown
The membership flag

Data and other attributes defined here:
__swig_destroy__ = <built-in function delete_DoubleVector>

 
class IntVector(__builtin__.object)
     Methods defined here:
__del__ lambda self
__delitem__(*args)
__delslice__(*args)
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__iter__(self)
__len__(*args)
__nonzero__(*args)
__repr__ = _swig_repr(self)
__setitem__(*args)
__setslice__(*args)
append(*args)
assign(*args)
back(*args)
begin(*args)
capacity(*args)
clear(*args)
empty(*args)
end(*args)
erase(*args)
front(*args)
get_allocator(*args)
insert(*args)
iterator(*args)
pop(*args)
pop_back(*args)
push_back(*args)
rbegin(*args)
rend(*args)
reserve(*args)
resize(*args)
size(*args)
swap(*args)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
thisown
The membership flag

Data and other attributes defined here:
__swig_destroy__ = <built-in function delete_IntVector>

 
class Wilcoxon
     Methods defined here:
__init__(self, data, numGenes, class_1_size, class_2_size)
filterAdjust(self, filter)
This function takes an integer and determines how many wilcoxon scores
are the same as the filterth element
In TSP and TST this acts as an adjustment to the number of genes that are
considered
getScores(self)

 
class wilcoxon_PySwigIterator(__builtin__.object)
     Methods defined here:
__add__(*args)
__del__ lambda self
__eq__(*args)
__iadd__(*args)
__init__(self, *args, **kwargs)
__isub__(*args)
__iter__(self)
__ne__(*args)
__repr__ = _swig_repr(self)
__sub__(*args)
advance(*args)
copy(*args)
decr(*args)
distance(*args)
equal(*args)
incr(*args)
next(*args)
previous(*args)
value(*args)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
thisown
The membership flag

Data and other attributes defined here:
__swig_destroy__ = <built-in function delete_wilcoxon_PySwigIterator>

 
Functions
       
DoubleVector_swigregister(...)
IntVector_swigregister(...)
runWilcoxonTest(...)
wilcoxon_PySwigIterator_swigregister(...)