public class TfConfig extends Object
| 构造器和说明 |
|---|
TfConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAllDepth() |
int |
getCoreNumber() |
int |
getFeatureDimension() |
int |
getMaxLength() |
int |
getMultiNumber() |
double |
getRegular() |
int |
getRegularModel() |
String |
getSplitWord() |
double |
getStudyPoint() |
double |
getTimePunValue() |
int |
getTimes() |
int |
getTypeNumber() |
boolean |
isOutAllPro() |
boolean |
isSelfTimeCode() |
boolean |
isShowLog() |
void |
setAllDepth(int allDepth) |
void |
setCoreNumber(int coreNumber) |
void |
setFeatureDimension(int featureDimension) |
void |
setMaxLength(int maxLength) |
void |
setMultiNumber(int multiNumber) |
void |
setOutAllPro(boolean outAllPro) |
void |
setRegular(double regular) |
void |
setRegularModel(int regularModel) |
void |
setSelfTimeCode(boolean selfTimeCode) |
void |
setShowLog(boolean showLog) |
void |
setSplitWord(String splitWord) |
void |
setStudyPoint(double studyPoint) |
void |
setTimePunValue(double timePunValue) |
void |
setTimes(int times) |
void |
setTypeNumber(int typeNumber) |
public double getTimePunValue()
public void setTimePunValue(double timePunValue)
public boolean isOutAllPro()
public void setOutAllPro(boolean outAllPro)
public int getCoreNumber()
public void setCoreNumber(int coreNumber)
public boolean isSelfTimeCode()
public void setSelfTimeCode(boolean selfTimeCode)
public String getSplitWord()
public void setSplitWord(String splitWord)
public int getRegularModel()
public void setRegularModel(int regularModel)
public double getRegular()
public void setRegular(double regular)
public int getTimes()
public void setTimes(int times)
public int getMaxLength()
public void setMaxLength(int maxLength)
public int getMultiNumber()
public void setMultiNumber(int multiNumber)
public int getFeatureDimension()
public void setFeatureDimension(int featureDimension)
public int getAllDepth()
public void setAllDepth(int allDepth)
public double getStudyPoint()
public void setStudyPoint(double studyPoint)
public int getTypeNumber()
public void setTypeNumber(int typeNumber)
public boolean isShowLog()
public void setShowLog(boolean showLog)
Copyright © 2024. All rights reserved.