public abstract class AbstractTree extends AbstractModel
Constructor and Description |
---|
AbstractTree() |
Modifier and Type | Method and Description |
---|---|
int |
getCommission() |
int |
getInduction() |
int |
getMatch() |
int |
getNeg() |
int |
getOmission() |
int |
getPos() |
int |
getUnd() |
boolean |
isVisited() |
void |
setAsVisited() |
void |
setCommission(int commission) |
void |
setInduction(int induction) |
void |
setMatch(int match) |
void |
setNeg(int neg) |
void |
setOmission(int omission) |
void |
setPos() |
void |
setUnd() |
getComplexityMeasure
public AbstractTree()
public int getPos()
public void setPos()
public int getNeg()
public void setNeg(int neg)
public int getUnd()
public void setUnd()
public int getMatch()
public void setMatch(int match)
public int getOmission()
public void setOmission(int omission)
public int getCommission()
public void setCommission(int commission)
public int getInduction()
public void setInduction(int induction)
public void setAsVisited()
public boolean isVisited()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann