Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | HierarchicalClusterPicker
A class for diversity picking of items using Hierarchical Clustering
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__instance_size__ = 16
|
|
|||
Inherited from |
|
Cluster( (HierarchicalClusterPicker)arg1, (AtomPairsParameters)arg2, (int)arg3, (int)arg4) -> _vectSt6vectorIiSaIiEE : Return a list of clusters of item from the pool using hierachical clustering ARGUMENTS: - distMat: 1D distance matrix (only the lower triangle elements) - poolSize: number of items in the pool - pickSize: number of items to pick from the pool C++ signature : std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > > Cluster(RDPickers::HierarchicalClusterPicker*,boost::python::api::object {lvalue},int,int) |
Pick( (HierarchicalClusterPicker)arg1, (AtomPairsParameters)arg2, (int)arg3, (int)arg4) -> _vecti : Pick a diverse subset of items from a pool of items using hierarchical clustering ARGUMENTS: - distMat: 1D distance matrix (only the lower triangle elements) - poolSize: number of items in the pool - pickSize: number of items to pick from the pool C++ signature : std::vector<int, std::allocator<int> > Pick(RDPickers::HierarchicalClusterPicker*,boost::python::api::object {lvalue},int,int) |
__init__( (object)arg1, (ClusterMethod)clusterMethod) -> None : C++ signature : void __init__(_object*,RDPickers::HierarchicalClusterPicker::ClusterMethod)
|
helper for pickle
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 25 09:15:51 2016 | http://epydoc.sourceforge.net |