Uses of Class
org.jasen.core.engine.JasenMap

Packages that use JasenMap
org.jasen.core.calculators   
org.jasen.core.engine   
org.jasen.interfaces   
 

Uses of JasenMap in org.jasen.core.calculators
 

Methods in org.jasen.core.calculators with parameters of type JasenMap
 double ChiSquaredCalculator.confirmHypothesis(String[] words, JasenMap map)
          Confirms or rejects the null hypothesis that the message words indicate spam.
 double[] ChiSquaredCalculator.calculateWordProbabilities(String[] words, JasenMap map)
          Calculates the probability of each word indicating spam.
 

Uses of JasenMap in org.jasen.core.engine
 

Methods in org.jasen.core.engine that return JasenMap
 JasenMap JasenTrainer.getMap()
          Gets the JasenMap object produced as a result of a training run
 JasenMap DiskMapStore.load(Object properties)
           
 

Methods in org.jasen.core.engine with parameters of type JasenMap
 void DiskMapStore.save(JasenMap map, Object properties)
           
 

Uses of JasenMap in org.jasen.interfaces
 

Methods in org.jasen.interfaces that return JasenMap
 JasenMap JasenMapStore.load(Object properties)
          Loads the map.
 

Methods in org.jasen.interfaces with parameters of type JasenMap
 void JasenMapStore.save(JasenMap map, Object properties)
          Saves the map.