Uses of Class
org.aksw.palmetto.evaluate.CoherenceEvaluation.ProbSuppConfig.Type
-
Packages that use CoherenceEvaluation.ProbSuppConfig.Type Package Description org.aksw.palmetto.evaluate -
-
Uses of CoherenceEvaluation.ProbSuppConfig.Type in org.aksw.palmetto.evaluate
Fields in org.aksw.palmetto.evaluate declared as CoherenceEvaluation.ProbSuppConfig.Type Modifier and Type Field Description CoherenceEvaluation.ProbSuppConfig.TypeCoherenceEvaluation.ProbSuppConfig. typeMethods in org.aksw.palmetto.evaluate that return CoherenceEvaluation.ProbSuppConfig.Type Modifier and Type Method Description static CoherenceEvaluation.ProbSuppConfig.TypeCoherenceEvaluation.ProbSuppConfig.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CoherenceEvaluation.ProbSuppConfig.Type[]CoherenceEvaluation.ProbSuppConfig.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.palmetto.evaluate with parameters of type CoherenceEvaluation.ProbSuppConfig.Type Modifier and Type Method Description static voidCoherenceEvaluation. calculateResultsForTopic(String[] wordSet, int wordSetId, CorpusAdapter luceneAdapter, CoherenceEvaluation.ProbSuppConfig.Type basicProbType, PrintStream pout)Constructors in org.aksw.palmetto.evaluate with parameters of type CoherenceEvaluation.ProbSuppConfig.Type Constructor Description ProbSuppConfig(CoherenceEvaluation.ProbSuppConfig.Type type, int windowSize)
-