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

P

parentStatOperator - Variable in class felix.dstruct.DataMovementOperator
The statistical operator who instantiates this DMO.
parse() - Method in class felix.compiler.StaticAnalyzer
Analyze the input MLN program and assign properties to each predicate.
parseChainRecursiveRelation() - Method in class felix.compiler.StaticAnalyzer
Parse clause which specifies a CRF chain rule.
parseCommand(String[]) - Static method in class felix.util.FelixUIMan
Parses command line options
parseCommonPredicates(ExecutionPlan) - Method in class felix.optimizer.Scheduler
Parses common predicates among buckets.
parseDependency() - Method in class felix.dstruct.OperatorBucketGraph
Parse the dependency between buckets.
parseEmbededWeightRule() - Method in class felix.compiler.StaticAnalyzer
Parse clause whose weights are specified by embedded weight.
parseEvidenceFile(String) - Method in class felix.parser.FelixInputParser
Parses given evidence file.
parseEvidenceString(String, long) - Method in class felix.parser.FelixInputParser
Parses given evidence string.
parseFelixQuery() - Method in class felix.main.Felix
Load Felix query from program and query file.
parseFelixQuery() - Method in class felix.main.OnlineFelix
Deprecated. Load Felix query from program and query file.
parseKeyConstraintRelation() - Method in class felix.compiler.StaticAnalyzer
Parse predicate with key constraints.
parseNonRecursiveRelation() - Method in class felix.compiler.StaticAnalyzer
Parse clause which specifies non-recursive rules.
parseOtherRecursiveRelation() - Method in class felix.compiler.StaticAnalyzer
Parse clause which does NOT specify 1) NON-RECURSIVE rule and 2) Chain rule.
parseProgFromString(String) - Method in class felix.dstruct.FelixQuery
Load MLN queries specified by command lines.
parseProgramFile(String) - Method in class felix.parser.FelixInputParser
Parses given program file.
parseProgramFileFromString(String) - Method in class felix.parser.FelixInputParser
Parses program file(s) from given string.
parseQueryCommaList(String) - Method in class felix.dstruct.FelixQuery
Load MLN queries specified by command lines.
parseQueryCommaList(String) - Method in class felix.parser.FelixInputParser
Parses query atom list.
parseQueryFile(String) - Method in class felix.parser.FelixInputParser
Parses query file.
parseReflexiveRelation() - Method in class felix.compiler.StaticAnalyzer
Parse predicate which is reflexive.
parseSpecialPredicate() - Method in class felix.compiler.StaticAnalyzer
Parse the predicate serves as the linear-representation of COREF.
parseSymmetricRelation() - Method in class felix.compiler.StaticAnalyzer
Parse predicate which is symmetric.
parseSymmetricRelationPi2P() - Method in class felix.compiler.StaticAnalyzer
Parse predicate which is symmetric.
parseTransitiveRelation() - Method in class felix.compiler.StaticAnalyzer
Parse predicate which is transitive.
partitionedInto - Variable in class felix.dstruct.StatOperator
Parameter assigning the degree of data partitioning.
PERIOD - Static variable in class felix.parser.FELIXLexer
 
PERIOD - Static variable in class felix.parser.FELIXParser
 
physicalQueryPlan - Variable in class felix.dstruct.DataMovementOperator
Datalog, Conjunctive query or prepared statement acting as the *physical* description of this DMO.
pickRandom - Static variable in class felix.util.FelixConfig
 
planCosts - Static variable in class felix.test.CorefTest
 
planCosts - Static variable in class felix.test.LRTest
 
planCosts - Static variable in class felix.test.SchedulerTest
 
PLUS - Static variable in class felix.parser.FELIXLexer
 
PLUS - Static variable in class felix.parser.FELIXParser
 
populateTable(String, String, List<String>, List<String>, String) - Static method in class felix.io.HadoopPostgreSQLPopulator
Populates the given schema.table from the given file.
populateTableFromDir(String, String, List<String>, List<String>, String, int) - Static method in class felix.io.HadoopPostgreSQLPopulator
Populates the given schema.table from the given directory.
post(String[]) - Static method in class felix.io.TestHadoop
Deprecated.  
post(String[]) - Static method in class felix.io.TestHadoop_0_20
Deprecated.  
postgreUnit - Variable in class felix.optimizer.CostModel
The ratio of postgreSQL's unit cost to page IO cost.
precedence - Variable in class felix.dstruct.ConcurrentOperatorsBucket
Precedence of this bucket.
predArg() - Method in class felix.parser.FELIXParser
 
predField2varID - Variable in class felix.optimizer.DataCracker1991
The inverse map of DataCracker1991.varID2predField.
predictedBB - Variable in class felix.dstruct.DataMovementOperator
Estimated number of Bound-Bound invocations.
PredictedBF - Variable in class felix.dstruct.DataMovementOperator
Estimated number of Bound-Free invocations.
PredictedFF - Variable in class felix.dstruct.DataMovementOperator
Estimated number of Free-Free invocations.
preFetchFactor - Variable in class felix.dstruct.DataMovementOperator
Parameter for pre-fetching optimization.
prepare() - Method in class felix.dstruct.DataMovementOperator
Methods that prepares for the physical execution of this DMO.
prepare() - Method in class felix.dstruct.StatOperator
Generate the operator-specified logic plan, i.e., all data movement operators that will be used for inference.
prepare(String) - Method in class felix.io.PythonExecutor
Prepares given script for execution.
prepare() - Method in class felix.operator.COREFOperator
Prepares operator for execution.
prepare() - Method in class felix.operator.CRFOperator
Prepares operator for execution.
prepare() - Method in class felix.operator.LROperator
Prepares operator for execution.
prepare() - Method in class felix.operator.TUFFYOperator
Prepares operator for execution.
prepareDB44DD() - Method in class felix.dstruct.ConcurrentOperatorsBucket
Prepares database for dual decomposition -- 1) add new rules for Lagaragian Multipliers; 2) create tables for intermediate output and priors etc..
prepareDMO(HashSet<ConjunctiveQuery>) - Method in class felix.operator.COREFOperator
Generate Data Movement Operator used by this Coref Operator.
prepareDMO(HashSet<ConjunctiveQuery>, HashSet<ConjunctiveQuery>) - Method in class felix.operator.CRFOperator
Generate Data Movement Operator used by this CRF Operator.
prepareDMO(HashSet<ConjunctiveQuery>) - Method in class felix.operator.LROperator
Generate Data Movement Operator used by this LR Operator.
prepareDMO4ForLearning(HashSet<ConjunctiveQuery>) - Method in class felix.operator.LROperator
Deprecated. Prepares DMOs for learning.
println(int, int, String...) - Static method in class felix.util.FelixUIMan
Println with verbose level, indent.
println(int, String...) - Static method in class felix.util.FelixUIMan
Println with verbose level.
printobj(int, int, A) - Static method in class felix.util.FelixUIMan
Print object with verbose level, indent.
printTest() - Method in class felix.test.IOHDFSTest
Test the use of python print statements.
processOptions(FelixCommandOptions) - Static method in class felix.util.FelixUIMan
Processes command line options.
pushPredicateScopes(HashSet<FelixPredicate>) - Method in class felix.dstruct.ConcurrentOperatorsBucket
Deprecated.  
pushPredicateScopes(HashSet<String>) - Method in class felix.dstruct.StatOperator
Deprecated.  
put(K, V) - Method in class felix.util.MemoryFriendlyHashMap
Adds the given key-value pair to this hashmap.
putAll(Map<? extends K, ? extends V>) - Method in class felix.util.MemoryFriendlyHashMap
Adds all the given key-value pairs to this hashmap.
pyMap - Static variable in class felix.io.TestHadoop.Map
 
pyMap - Static variable in class felix.io.TestHadoop_0_20.Map
Deprecated.  
pyReducer - Static variable in class felix.io.TestHadoop.Reduce
 
pyReducer - Static variable in class felix.io.TestHadoop_0_20.Reduce
Deprecated.  
PythonExecutor - Class in felix.io
Class for executing python code (using Jython).
PythonExecutor() - Constructor for class felix.io.PythonExecutor
The constructor.
PythonExecutor(String) - Constructor for class felix.io.PythonExecutor
The constructor with script.

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