|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.clusterers.Cobweb.CNode
public class Cobweb.CNode
Inner class handling node operations for Cobweb.
Serializable,
Serialized Form| Constructor Summary | |
|---|---|
Cobweb.CNode(int numAttributes)
Creates an empty CNode instance. |
|
Cobweb.CNode(int numAttributes,
Instance leafInstance)
Creates a new leaf CNode instance. |
|
| Method Summary | |
|---|---|
String |
getRevision()
Returns the revision string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cobweb.CNode(int numAttributes)
CNode instance.
numAttributes - the number of attributes in the data
public Cobweb.CNode(int numAttributes,
Instance leafInstance)
CNode instance.
numAttributes - the number of attributes in the dataleafInstance - the instance to store at this leaf| Method Detail |
|---|
public String getRevision()
getRevision in interface RevisionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||