Uses of Interface
org.apache.james.ai.classic.Log

Packages that use Log
org.apache.james.ai.classic   
 

Uses of Log in org.apache.james.ai.classic
 

Classes in org.apache.james.ai.classic that implement Log
 class BayesianAnalysis
           Spam detection mailet using bayesian analysis techniques.
 class BayesianAnalysisFeeder
           Feeds ham OR spam messages to train the BayesianAnalysis mailet.
 class JDBCBayesianAnalyzer
          Manages the persistence of the spam bayesian analysis corpus using a JDBC database.
 class SystemLog
          Logs naively to system out.
 

Methods in org.apache.james.ai.classic that return Log
 Log JDBCBayesianAnalyzer.getLog()
          Gets the current log.
 

Methods in org.apache.james.ai.classic with parameters of type Log
 void JDBCBayesianAnalyzer.setLog(Log log)
          Sets the current log.
 

Constructors in org.apache.james.ai.classic with parameters of type Log
JDBCBayesianAnalyzer(Log log)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.