A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

C1ASINGLE - Static variable in class org.knowceans.topics.cgen.MixNode
C1A single input, non-root edge (e.g., LDA: phi[k])
C1BSEQADD - Static variable in class org.knowceans.topics.cgen.MixNode
C1B single input added sequence (e.g., PAM: theta[m,x])
C1INPUT - Static variable in class org.knowceans.topics.cgen.MixNode
any C1 input
C1ROOT - Static variable in class org.knowceans.topics.cgen.MixNode
single input, root edge (e.g., LDA: theta[m]), Note: this is different from SEQUENCE, where a single C1 sequence input among many leads to the classification)
C2MULTI - Static variable in class org.knowceans.topics.cgen.MixNode
C2 multiple non-sequence input edges (w/kSel, e.g., Bi-LDA: phi[u,m])
C3MERGED - Static variable in class org.knowceans.topics.cgen.MixEdge
 
C3MERGED - Static variable in class org.knowceans.topics.cgen.MixNode
C3 merged component C3 (NOT using kSel, novel structure)
C4SWITCH - Static variable in class org.knowceans.topics.cgen.MixNode
C4 switched input C4 (using kSel, e.g., Multi-grain LDA)
C5COUPLED - Static variable in class org.knowceans.topics.cgen.MixNode
C5 coupled node C5 (using coupledNodes)
C5MAIN - Static variable in class org.knowceans.topics.cgen.MixNode
C5 main node: all parameters and hyperparameters in coupledNodes are deferred to this node
check(PrintStream) - Method in class org.knowceans.topics.cgen.MixEdge
 
check(PrintStream) - Method in class org.knowceans.topics.cgen.MixItem
 
check(PrintStream) - Method in class org.knowceans.topics.cgen.MixNode
check node consistency
children - Variable in class org.knowceans.topics.cgen.MixItem
 
classify() - Method in class org.knowceans.topics.cgen.MixEdge
classify the data and linking types of this edge.
classify() - Method in class org.knowceans.topics.cgen.MixItem
classify the data and linking types of this item
classify() - Method in class org.knowceans.topics.cgen.MixNode
classify the data and linking types of this node.
classifyPostNode() - Method in class org.knowceans.topics.cgen.MixEdge
after node classification, use this to finalise.
cleanupParallelFor() - Static method in class org.knowceans.topics.cgen.Auxiliaries
shutdown and cleanup of parallel for structure
codeName() - Method in class org.knowceans.topics.cgen.MixNetKernelGenerator
get the name as it should be used in the code
comment - Variable in class org.knowceans.topics.cgen.MixNetParser
comments start with # on an otherwise empty line
compile() - Method in class org.knowceans.topics.cgen.JitSampler
compile the class
compile(PrintStream) - Method in class org.knowceans.topics.cgen.MixNet
compile the node indicators
computeWeights(MixSequence, boolean, List<MixEdge>) - Method in class org.knowceans.topics.cgen.MixNetKernelGenerator
compute the weights for sampling
constants - Variable in class org.knowceans.topics.cgen.MixNet
 
constK - Variable in class org.knowceans.topics.cgen.MixNode
constant value for K
constructor() - Method in class org.knowceans.topics.cgen.MixNetKernelGenerator
create a standard constructor
constT - Variable in class org.knowceans.topics.cgen.MixEdge
constant value for T or null
corpus - Variable in class org.knowceans.topics.cgen.MixNetKernelGenerator
standard value for corpus
countTokens() - Method in class org.knowceans.topics.cgen.MixSequence
 
coupledMainNode - Variable in class org.knowceans.topics.cgen.MixNode
main node in a coupled group
coupledNodes - Variable in class org.knowceans.topics.cgen.MixNode
nodes this shares parameters with (only one for now)
coupleNode(MixNode) - Method in class org.knowceans.topics.cgen.MixNode
couple the node with the argument.
coupleNodes(String) - Method in class org.knowceans.topics.cgen.MixNet
couples the parameters of the nodes together in a C5 structure.
coupleParams() - Method in class org.knowceans.topics.cgen.MixNode
couple the parameters of coupled nodes
createLdaMixnet() - Static method in class org.knowceans.topics.cgen.TestMixNets
create an LDA model as an example of a mixture network

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z