Serialized Form

  • Package cc.mallet.topics

    • Class cc.mallet.topics.DMRTopicModel extends cc.mallet.topics.LDAHyper implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • alphaCache
          double[][] alphaCache
        • alphaSumCache
          double[] alphaSumCache
        • defaultFeatureIndex
          int defaultFeatureIndex
        • dmrParameters
          cc.mallet.classify.MaxEnt dmrParameters
        • numFeatures
          int numFeatures
        • parameterPipe
          cc.mallet.pipe.Pipe parameterPipe
    • Class cc.mallet.topics.LDA extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

      • Serialized Fields

        • alpha
          double alpha
          Deprecated.
        • beta
          double beta
          Deprecated.
        • docTopicCounts
          int[][] docTopicCounts
          Deprecated.
        • ilist
          cc.mallet.types.InstanceList ilist
          Deprecated.
        • numTokens
          int numTokens
          Deprecated.
        • numTopics
          int numTopics
          Deprecated.
        • numTypes
          int numTypes
          Deprecated.
        • tAlpha
          double tAlpha
          Deprecated.
        • tokensPerTopic
          int[] tokensPerTopic
          Deprecated.
        • topics
          int[][] topics
          Deprecated.
        • typeTopicCounts
          int[][] typeTopicCounts
          Deprecated.
        • vBeta
          double vBeta
          Deprecated.
    • Class cc.mallet.topics.LDAHyper extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

      • Serialized Fields

        • alpha
          double[] alpha
          Deprecated.
        • alphabet
          cc.mallet.types.Alphabet alphabet
          Deprecated.
        • alphaSum
          double alphaSum
          Deprecated.
        • beta
          double beta
          Deprecated.
        • betaSum
          double betaSum
          Deprecated.
        • betaTopicCount
          int betaTopicCount
          Deprecated.
        • burninPeriod
          int burninPeriod
          Deprecated.
        • cachedCoefficients
          double[] cachedCoefficients
          Deprecated.
        • data
          ArrayList<cc.mallet.topics.LDAHyper.Topication> data
          Deprecated.
        • docLengthCounts
          int[] docLengthCounts
          Deprecated.
        • formatter
          NumberFormat formatter
          Deprecated.
        • iterationsSoFar
          int iterationsSoFar
          Deprecated.
        • numIterations
          int numIterations
          Deprecated.
        • numTopics
          int numTopics
          Deprecated.
        • numTypes
          int numTypes
          Deprecated.
        • oneDocTopicCounts
          int[] oneDocTopicCounts
          Deprecated.
        • optimizeInterval
          int optimizeInterval
          Deprecated.
        • outputModelFilename
          String outputModelFilename
          Deprecated.
        • outputModelInterval
          int outputModelInterval
          Deprecated.
        • printLogLikelihood
          boolean printLogLikelihood
          Deprecated.
        • random
          cc.mallet.util.Randoms random
          Deprecated.
        • saveSampleInterval
          int saveSampleInterval
          Deprecated.
        • saveStateInterval
          int saveStateInterval
          Deprecated.
        • showTopicsInterval
          int showTopicsInterval
          Deprecated.
        • smoothingOnlyCount
          int smoothingOnlyCount
          Deprecated.
        • smoothingOnlyMass
          double smoothingOnlyMass
          Deprecated.
        • stateFilename
          String stateFilename
          Deprecated.
        • testing
          cc.mallet.types.InstanceList testing
          Deprecated.
        • tokensPerTopic
          int[] tokensPerTopic
          Deprecated.
        • topicAlphabet
          cc.mallet.types.LabelAlphabet topicAlphabet
          Deprecated.
        • topicDocCounts
          int[][] topicDocCounts
          Deprecated.
        • topicTermCount
          int topicTermCount
          Deprecated.
        • typeTopicCounts
          gnu.trove.TIntIntHashMap[] typeTopicCounts
          Deprecated.
        • wordsPerTopic
          int wordsPerTopic
          Deprecated.
    • Class cc.mallet.topics.LDAHyper.Topication extends Object implements Serializable

      serialVersionUID:
      1L
    • Class cc.mallet.topics.LDAStream extends cc.mallet.topics.LDAHyper implements Serializable

      • Serialized Fields

        • test
          ArrayList<cc.mallet.topics.LDAHyper.Topication> test
    • Class cc.mallet.topics.MarginalProbEstimator extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

      • Serialized Fields

        • alpha
          double[] alpha
        • alphaSum
          double alphaSum
        • beta
          double beta
        • betaSum
          double betaSum
        • cachedCoefficients
          double[] cachedCoefficients
        • numTopics
          int numTopics
        • random
          cc.mallet.util.Randoms random
        • smoothingOnlyMass
          double smoothingOnlyMass
        • tokensPerTopic
          int[] tokensPerTopic
        • topicBits
          int topicBits
        • topicMask
          int topicMask
        • typeTopicCounts
          int[][] typeTopicCounts
    • Class cc.mallet.topics.NPTopicModel extends Object implements Serializable

      • Serialized Fields

        • alpha
          double alpha
        • alphabet
          cc.mallet.types.Alphabet alphabet
        • beta
          double beta
        • betaSum
          double betaSum
        • data
          ArrayList<cc.mallet.topics.TopicAssignment> data
        • docsPerTopic
          gnu.trove.TIntIntHashMap docsPerTopic
        • formatter
          NumberFormat formatter
        • gamma
          double gamma
        • maxTopic
          int maxTopic
        • numTopics
          int numTopics
        • numTypes
          int numTypes
        • printLogLikelihood
          boolean printLogLikelihood
        • random
          cc.mallet.util.Randoms random
        • showTopicsInterval
          int showTopicsInterval
        • tokensPerTopic
          gnu.trove.TIntIntHashMap tokensPerTopic
        • topicAlphabet
          cc.mallet.types.LabelAlphabet topicAlphabet
        • totalDocTopics
          int totalDocTopics
        • typeTopicCounts
          gnu.trove.TIntIntHashMap[] typeTopicCounts
        • wordsPerTopic
          int wordsPerTopic
    • Class cc.mallet.topics.ParallelTopicModel extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

      • Serialized Fields

        • alpha
          double[] alpha
        • alphabet
          cc.mallet.types.Alphabet alphabet
        • alphaSum
          double alphaSum
        • beta
          double beta
        • betaSum
          double betaSum
        • burninPeriod
          int burninPeriod
        • data
          ArrayList<cc.mallet.topics.TopicAssignment> data
        • docLengthCounts
          int[] docLengthCounts
        • formatter
          NumberFormat formatter
        • maxTypeCount
          int maxTypeCount
        • modelFilename
          String modelFilename
        • numIterations
          int numIterations
        • numThreads
          int numThreads
        • numTopics
          int numTopics
        • numTypes
          int numTypes
        • optimizeInterval
          int optimizeInterval
        • printLogLikelihood
          boolean printLogLikelihood
        • randomSeed
          int randomSeed
        • saveModelInterval
          int saveModelInterval
        • saveSampleInterval
          int saveSampleInterval
        • saveStateInterval
          int saveStateInterval
        • showTopicsInterval
          int showTopicsInterval
        • stateFilename
          String stateFilename
        • temperingInterval
          int temperingInterval
        • tokensPerTopic
          int[] tokensPerTopic
        • topicAlphabet
          cc.mallet.types.LabelAlphabet topicAlphabet
        • topicBits
          int topicBits
        • topicDocCounts
          int[][] topicDocCounts
        • topicMask
          int topicMask
        • totalTokens
          int totalTokens
        • typeTopicCounts
          int[][] typeTopicCounts
        • typeTotals
          int[] typeTotals
        • usingSymmetricAlpha
          boolean usingSymmetricAlpha
        • wordsPerTopic
          int wordsPerTopic
    • Class cc.mallet.topics.PolylingualTopicModel extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

      • Serialized Fields

        • alpha
          double[] alpha
        • alphabets
          cc.mallet.types.Alphabet[] alphabets
        • alphaSum
          double alphaSum
        • betas
          double[] betas
        • betaSums
          double[] betaSums
        • betaTopicCount
          int betaTopicCount
        • burninPeriod
          int burninPeriod
        • data
          ArrayList<cc.mallet.topics.PolylingualTopicModel.TopicAssignment> data
        • docLengthCounts
          int[] docLengthCounts
        • formatter
          NumberFormat formatter
        • iterationsSoFar
          int iterationsSoFar
        • languageCachedCoefficients
          double[][] languageCachedCoefficients
        • languageMaxTypeCounts
          int[] languageMaxTypeCounts
        • languageSmoothingOnlyMasses
          double[] languageSmoothingOnlyMasses
        • languageTokensPerTopic
          int[][] languageTokensPerTopic
        • languageTypeTopicCounts
          int[][][] languageTypeTopicCounts
        • modelFilename
          String modelFilename
        • numIterations
          int numIterations
        • numLanguages
          int numLanguages
        • numStopwords
          int numStopwords
        • numTopics
          int numTopics
        • oneDocTopicCounts
          int[] oneDocTopicCounts
        • optimizeInterval
          int optimizeInterval
        • printLogLikelihood
          boolean printLogLikelihood
        • random
          cc.mallet.util.Randoms random
        • saveModelInterval
          int saveModelInterval
        • saveSampleInterval
          int saveSampleInterval
        • saveStateInterval
          int saveStateInterval
        • showTopicsInterval
          int showTopicsInterval
        • smoothingOnlyCount
          int smoothingOnlyCount
        • stateFilename
          String stateFilename
        • testingIDs
          HashSet<String> testingIDs
        • topicAlphabet
          cc.mallet.types.LabelAlphabet topicAlphabet
        • topicBits
          int topicBits
        • topicDocCounts
          int[][] topicDocCounts
        • topicMask
          int topicMask
        • topicTermCount
          int topicTermCount
        • vocabularySizes
          int[] vocabularySizes
        • wordsPerTopic
          int wordsPerTopic
    • Class cc.mallet.topics.PolylingualTopicModel.TopicAssignment extends Object implements Serializable

      • Serialized Fields

        • instances
          cc.mallet.types.Instance[] instances
        • topicDistribution
          cc.mallet.types.Labeling topicDistribution
        • topicSequences
          cc.mallet.types.LabelSequence[] topicSequences
    • Class cc.mallet.topics.SimpleLDA extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

      • Serialized Fields

        • alpha
          double alpha
        • alphabet
          cc.mallet.types.Alphabet alphabet
        • alphaSum
          double alphaSum
        • beta
          double beta
        • betaSum
          double betaSum
        • data
          ArrayList<cc.mallet.topics.TopicAssignment> data
        • formatter
          NumberFormat formatter
        • numTopics
          int numTopics
        • numTypes
          int numTypes
        • oneDocTopicCounts
          int[] oneDocTopicCounts
        • printLogLikelihood
          boolean printLogLikelihood
        • random
          cc.mallet.util.Randoms random
        • showTopicsInterval
          int showTopicsInterval
        • tokensPerTopic
          int[] tokensPerTopic
        • topicAlphabet
          cc.mallet.types.LabelAlphabet topicAlphabet
        • typeTopicCounts
          int[][] typeTopicCounts
        • wordsPerTopic
          int wordsPerTopic
    • Class cc.mallet.topics.TopicAssignment extends Object implements Serializable

      • Serialized Fields

        • instance
          cc.mallet.types.Instance instance
        • topicDistribution
          cc.mallet.types.Labeling topicDistribution
        • topicSequence
          cc.mallet.types.LabelSequence topicSequence
    • Class cc.mallet.topics.TopicInferencer extends Object implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

      • Serialized Fields

        • alpha
          double[] alpha
        • alphabet
          cc.mallet.types.Alphabet alphabet
        • beta
          double beta
        • betaSum
          double betaSum
        • cachedCoefficients
          double[] cachedCoefficients
        • numTopics
          int numTopics
        • numTypes
          int numTypes
        • random
          cc.mallet.util.Randoms random
        • smoothingOnlyMass
          double smoothingOnlyMass
        • tokensPerTopic
          int[] tokensPerTopic
        • topicBits
          int topicBits
        • topicMask
          int topicMask
        • typeTopicCounts
          int[][] typeTopicCounts
  • Package cc.mallet.types

  • Package org.dice_research.topicmodeling.algorithm.mallet