public class FeatureVector
extends java.lang.Object
| Constructor and Description |
|---|
FeatureVector() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAabove() |
int |
getAbelow() |
int |
getAleft() |
int |
getAright() |
double |
getBcperc() |
double |
getBglum() |
double |
getContrast() |
double |
getCperc() |
int |
getDepth() |
double |
getFontSize() |
double |
getMarkedness() |
int |
getNlines() |
double |
getPdigits() |
double |
getPlower() |
double |
getPpunct() |
double |
getPspaces() |
double |
getPupper() |
double |
getRelx() |
double |
getRely() |
double |
getStyle() |
int |
getTagLevel() |
int |
getTlength() |
double |
getTlum() |
double |
getWeight() |
boolean |
isReplaced() |
void |
setAabove(int aabove) |
void |
setAbelow(int abelow) |
void |
setAleft(int aleft) |
void |
setAright(int aright) |
void |
setBcperc(double bcperc) |
void |
setBglum(double bglum) |
void |
setContrast(double contrast) |
void |
setCperc(double cperc) |
void |
setDepth(int depth) |
void |
setFontSize(double fontsize) |
void |
setMarkedness(double markedness) |
void |
setNlines(int nlines) |
void |
setPdigits(double pdigits) |
void |
setPlower(double plower) |
void |
setPpunct(double ppunct) |
void |
setPspaces(double pspaces) |
void |
setPupper(double pupper) |
void |
setRelx(double relx) |
void |
setRely(double rely) |
void |
setReplaced(boolean replaced) |
void |
setStyle(double style) |
void |
setTagLevel(int tagLevel) |
void |
setTlength(int tlength) |
void |
setTlum(double tlum) |
void |
setWeight(double weight) |
public double getFontSize()
public void setFontSize(double fontsize)
fontsize - the fontsize to setpublic double getWeight()
public void setWeight(double weight)
weight - the weight to setpublic double getStyle()
public void setStyle(double style)
style - the style to setpublic boolean isReplaced()
public void setReplaced(boolean replaced)
replaced - the replaced to setpublic int getAabove()
public void setAabove(int aabove)
aabove - the aabove to setpublic int getAbelow()
public void setAbelow(int abelow)
abelow - the abelow to setpublic int getAleft()
public void setAleft(int aleft)
aleft - the aleft to setpublic int getAright()
public void setAright(int aright)
aright - the aright to setpublic int getNlines()
public void setNlines(int nlines)
nlines - the nlines to setpublic int getDepth()
public void setDepth(int depth)
public int getTlength()
public void setTlength(int tlength)
tlength - the tlength to setpublic double getPdigits()
public void setPdigits(double pdigits)
pdigits - the pdigits to setpublic double getPlower()
public void setPlower(double plower)
plower - the plower to setpublic double getPupper()
public void setPupper(double pupper)
pupper - the pupper to setpublic double getPspaces()
public void setPspaces(double pspaces)
pspaces - the pspaces to setpublic double getPpunct()
public void setPpunct(double ppunct)
ppunct - the ppunct to setpublic double getRelx()
public void setRelx(double relx)
relx - the relx to setpublic double getRely()
public void setRely(double rely)
rely - the rely to setpublic double getTlum()
public void setTlum(double tlum)
tlum - the tlum to setpublic double getBglum()
public void setBglum(double bglum)
bglum - the bglum to setpublic double getContrast()
public void setContrast(double contrast)
contrast - the contrast to setpublic double getMarkedness()
public void setMarkedness(double markedness)
markedness - the markedness to setpublic double getCperc()
public void setCperc(double cperc)
cperc - the cperc to setpublic double getBcperc()
public void setBcperc(double bcperc)
public int getTagLevel()
public void setTagLevel(int tagLevel)