graph_cluster_utils.alg.config
Class ConfEvoPartition
java.lang.Object
graph_cluster_utils.alg.config.Conf
graph_cluster_utils.alg.config.ConfEvoPartition
public class ConfEvoPartition
- extends Conf
Inherits from Conf
. Contains configuration parameters for the
Evolving Set Process clustering/partitioning algorithm.
- Since:
- 2010-04-01
- Author:
- Alex Averbuch
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfEvoPartition
public ConfEvoPartition()
ConfEvoPartition
public ConfEvoPartition(java.lang.Double theta,
java.lang.Double p)
throws java.lang.Exception
- Throws:
java.lang.Exception
ConfEvoPartition
public ConfEvoPartition(java.lang.Double conductance)
throws java.lang.Exception
- Throws:
java.lang.Exception
getConductance
public java.lang.Double getConductance()
getClusterCount
public java.lang.Long getClusterCount()
setClusterCount
public void setClusterCount(java.lang.Long minClusterVolume)
setConductance
public void setConductance(java.lang.Double conductance)
getTheta
public java.lang.Double getTheta()
setTheta
public void setTheta(java.lang.Double theta)
throws java.lang.Exception
- Throws:
java.lang.Exception
getP
public java.lang.Double getP()
setP
public void setP(java.lang.Double p)
throws java.lang.Exception
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Specified by:
toString
in class Conf
toStringDetailed
public java.lang.String toStringDetailed()
- Specified by:
toStringDetailed
in class Conf