프로퍼티 | 타입 | 설명 | |
---|---|---|---|
nodelist | List
|
||
root |
메소드 | 설명 | |
---|---|---|
AddNode ( int distance, IEnumerable |
||
ChangeRootNode ( |
||
Create ( ) : void | ||
CreateNodeTree ( ) : void | ||
Dendrite ( int maxdist, double rx, double rz ) : System | ||
GetBranchNodes ( ) : List |
||
GetDendriteNodeNum ( ) : int |
[Pure] dendriteを構成するDendriteNodeの数(クラスターの数とも言う) Create()やSetId()などでDendriteNodeにIdが付けられていることが条件
|
|
GetDendriteNodes ( ) : List |
[Pure] rootから辿ることのできる全てのノードをListに詰め込んで返す
|
|
GetEdgeNodeAndBranchNodes ( ) : List |
||
GetEdgeNodeNum ( ) : int |
[Pure] edgeノードの個数を返す
|
|
GetEdgeNodes ( ) : List |
||
GetInfo ( ) : string |
[Pure] このDendriteの簡易的な統計量を出力する
|
|
Pruning ( int nodeId ) : void | ||
Shaving ( int shavingLevel ) : void |
ひげの除去を行う ひげとは、ブランチノードからshaveinglevelブロック以内に存在するエッジノードのことである
|
|
Smoothing ( int smoothingLevel ) : void | ||
YetAnotherClippingMethod ( int clippingLevel ) : void |
메소드 | 설명 | |
---|---|---|
GetBranchNodesRec ( IList |
||
GetDendriteNodesRec ( IList |
||
GetEdgeAndBranchNodesRec ( IList |
||
GetEdgeNodesRec ( IList |
||
NodeConnectionCheck ( |
||
PruningRec ( |
||
RenewValues ( |
||
SetDegree ( |
||
SetDistance ( ) : void | ||
SetDistanceRec ( |
||
SetGravityPointAndRadius ( ) : void | ||
SetGravityPointAndRadiusRec ( |
||
SetId ( ) : void | ||
SetIdRec ( |
||
SetNodeType ( ) : void | ||
SetNodeTypeRec ( |
||
SetParentNodeAsFirstElement ( ) : void | ||
SetParentNodeAsFirstElementRec ( |
||
ShavingNodeChecker ( |
||
ShavingRec ( |
||
SmoothGravityLine ( |
||
SmoothRadius ( |
public AddNode ( int distance, IEnumerable |
||
distance | int | |
cluster | IEnumerable |
|
리턴 | void |
public ChangeRootNode ( |
||
node | ||
리턴 | void |
public Dendrite ( int maxdist, double rx, double rz ) : System | ||
maxdist | int | |
rx | double | |
rz | double | |
리턴 | System |
public YetAnotherClippingMethod ( int clippingLevel ) : void | ||
clippingLevel | int | |
리턴 | void |