|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BayesianAnalyzerManagementException | |
---|---|
org.apache.james.management | |
org.apache.james.management.impl |
Uses of BayesianAnalyzerManagementException in org.apache.james.management |
---|
Methods in org.apache.james.management that throw BayesianAnalyzerManagementException | |
---|---|
int |
BayesianAnalyzerManagementMBean.addHamFromDir(java.lang.String dir)
adds data to existing corpus by importing all the mails contained in the given dir as ham |
int |
BayesianAnalyzerManagementService.addHamFromDir(java.lang.String dir)
Feed the BayesianAnalyzer with ham. |
int |
BayesianAnalyzerManagementMBean.addHamFromMbox(java.lang.String file)
adds data to existing corpus by importing all the mails contained in the given mbox as ham |
int |
BayesianAnalyzerManagementService.addHamFromMbox(java.lang.String file)
Feed the BayesianAnalyzer with ham. |
int |
BayesianAnalyzerManagementMBean.addSpamFromDir(java.lang.String dir)
adds data to existing corpus by importing all the mails contained in the given dir as spam |
int |
BayesianAnalyzerManagementService.addSpamFromDir(java.lang.String dir)
Feed the BayesianAnalyter with spam. |
int |
BayesianAnalyzerManagementMBean.addSpamFromMbox(java.lang.String file)
adds data to existing corpus by importing all the mails contained in the given mbox as spam |
int |
BayesianAnalyzerManagementService.addSpamFromMbox(java.lang.String file)
Feed the BayesianAnalyzer with ham. |
void |
BayesianAnalyzerManagementMBean.exportData(java.lang.String file)
exports the corpus to a file |
void |
BayesianAnalyzerManagementService.exportData(java.lang.String file)
Export the data to a xml file |
void |
BayesianAnalyzerManagementMBean.importData(java.lang.String file)
imports the corpus from a file |
void |
BayesianAnalyzerManagementService.importData(java.lang.String file)
Import the data from a xml file |
void |
BayesianAnalyzerManagementMBean.resetData()
reset trained data |
void |
BayesianAnalyzerManagementService.resetData()
Reset the trained data |
Uses of BayesianAnalyzerManagementException in org.apache.james.management.impl |
---|
Methods in org.apache.james.management.impl that throw BayesianAnalyzerManagementException | |
---|---|
int |
BayesianAnalyzerManagement.addHamFromDir(java.lang.String dir)
|
int |
BayesianAnalyzerManagement.addHamFromMbox(java.lang.String file)
|
int |
BayesianAnalyzerManagement.addSpamFromDir(java.lang.String dir)
|
int |
BayesianAnalyzerManagement.addSpamFromMbox(java.lang.String file)
|
void |
BayesianAnalyzerManagement.exportData(java.lang.String file)
|
void |
BayesianAnalyzerManagement.importData(java.lang.String file)
|
void |
BayesianAnalyzerManagement.resetData()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |