Constructor and Description |
---|
LouvainNodeState() |
Modifier and Type | Method and Description |
---|---|
long |
getChanged() |
List<Long> |
getChangeHistory() |
String |
getCommunity() |
long |
getCommunitySigmaTotal() |
long |
getInternalWeight() |
long |
getNodeWeight() |
boolean |
isFromLouvainVertexReader() |
void |
readFields(DataInput in) |
void |
setChanged(long changed) |
void |
setCommunity(String community) |
void |
setCommunitySigmaTotal(long communitySigmaTotal) |
void |
setFromLouvainVertexReader(boolean fromLouvainVertexReader) |
void |
setInternalWeight(long internalWeight) |
void |
setNodeWeight(long nodeWeight) |
void |
write(DataOutput out) |
public String getCommunity()
public void setCommunity(String community)
public long getCommunitySigmaTotal()
public void setCommunitySigmaTotal(long communitySigmaTotal)
public long getInternalWeight()
public void setInternalWeight(long internalWeight)
public long getChanged()
public void setChanged(long changed)
public long getNodeWeight()
public void setNodeWeight(long nodeWeight)
public boolean isFromLouvainVertexReader()
public void setFromLouvainVertexReader(boolean fromLouvainVertexReader)
public void readFields(DataInput in) throws IOException
readFields
in interface Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface Writable
IOException