public class SentenceConfig extends Object
| 构造器和说明 |
|---|
SentenceConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getKeyWordNerveDeep() |
int |
getMaxAnswerLength() |
int |
getMaxWordLength() |
int |
getMinLength() |
double |
getParam() |
int |
getQaWordVectorDimension() |
int |
getRzModel() |
double |
getSentenceTrustPowerTh() |
int |
getTimes() |
double |
getTrustPowerTh() |
int |
getTypeNub() |
double |
getWeLParam() |
double |
getWeStudyPoint() |
int |
getWordVectorDimension() |
boolean |
isShowLog() |
void |
setKeyWordNerveDeep(int keyWordNerveDeep) |
void |
setMaxAnswerLength(int maxAnswerLength) |
void |
setMaxWordLength(int maxWordLength) |
void |
setMinLength(int minLength) |
void |
setParam(double param) |
void |
setQaWordVectorDimension(int qaWordVectorDimension) |
void |
setRzModel(int rzModel) |
void |
setSentenceTrustPowerTh(double sentenceTrustPowerTh) |
void |
setShowLog(boolean showLog) |
void |
setTimes(int times) |
void |
setTrustPowerTh(double trustPowerTh) |
void |
setTypeNub(int typeNub) |
void |
setWeLParam(double weLParam) |
void |
setWeStudyPoint(double weStudyPoint) |
void |
setWordVectorDimension(int wordVectorDimension) |
public int getRzModel()
public void setRzModel(int rzModel)
public int getQaWordVectorDimension()
public void setQaWordVectorDimension(int qaWordVectorDimension)
public int getKeyWordNerveDeep()
public void setKeyWordNerveDeep(int keyWordNerveDeep)
public double getParam()
public void setParam(double param)
public int getTimes()
public void setTimes(int times)
public double getSentenceTrustPowerTh()
public void setSentenceTrustPowerTh(double sentenceTrustPowerTh)
public int getMaxAnswerLength()
public void setMaxAnswerLength(int maxAnswerLength)
public double getTrustPowerTh()
public void setTrustPowerTh(double trustPowerTh)
public int getMinLength()
public void setMinLength(int minLength)
public int getMaxWordLength()
public void setMaxWordLength(int maxWordLength)
public boolean isShowLog()
public void setShowLog(boolean showLog)
public int getTypeNub()
public void setTypeNub(int typeNub)
public int getWordVectorDimension()
public void setWordVectorDimension(int wordVectorDimension)
public double getWeStudyPoint()
public void setWeStudyPoint(double weStudyPoint)
public double getWeLParam()
public void setWeLParam(double weLParam)
Copyright © 2024. All rights reserved.