|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetkit.graph.edgecreator.EdgeCreatorImp
netkit.graph.edgecreator.BaseNumericEdgeCreator
netkit.graph.edgecreator.GaussianNumericEdgeCreator
public class GaussianNumericEdgeCreator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class netkit.graph.edgecreator.EdgeCreatorImp |
|---|
EdgeCreatorImp.NbrEntry |
| Field Summary |
|---|
| Fields inherited from class netkit.graph.edgecreator.BaseNumericEdgeCreator |
|---|
nat, nodes |
| Fields inherited from class netkit.graph.edgecreator.EdgeCreatorImp |
|---|
attrib, attributeIndex, attributeValue, edges, edgetype, gm, graph, logger, maxEdges, nodeType, split, trainAssortativity, trueAssortativity |
| Constructor Summary | |
|---|---|
GaussianNumericEdgeCreator()
|
|
| Method Summary | |
|---|---|
void |
buildModel(DataSplit split)
Build a model of edge creation based on the data split. |
java.lang.String |
getName()
The name of this edge-creator |
protected double |
getWeightFast(Node src,
Node dest)
|
| Methods inherited from class netkit.graph.edgecreator.BaseNumericEdgeCreator |
|---|
buildEdges, buildNodeArray, canHandle, getEdgesToNearestNeighbors, getValue, getWeight |
| Methods inherited from class netkit.graph.edgecreator.EdgeCreatorImp |
|---|
addCliqueToAssortMatrix, canHandleAttributeValue, createEdges, getAssortativity, getAssortativityMatrix, getAttributeIndex, getAttributeValue, getEdgeType, getLabeledNodes, getMaxEdges, initialize, isByAttribute, isByAttributeValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GaussianNumericEdgeCreator()
| Method Detail |
|---|
public java.lang.String getName()
EdgeCreator
getName in interface EdgeCreatorgetName in class BaseNumericEdgeCreator
protected double getWeightFast(Node src,
Node dest)
getWeightFast in class BaseNumericEdgeCreatorpublic void buildModel(DataSplit split)
EdgeCreator
buildModel in interface EdgeCreatorbuildModel in class EdgeCreatorImp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||