Modifier and Type | Class and Description |
---|---|
class |
ProposalFunction
Should be renamed to NumericProposalFunction, there can be other types of proposal functions
|
Modifier and Type | Method and Description |
---|---|
ATerm |
ProposalFunction.ground(Binds binds,
Updatable neededBy) |
Modifier and Type | Class and Description |
---|---|
class |
FactorFunction |
class |
MemberCreate |
Modifier and Type | Class and Description |
---|---|
class |
FuncNonConstSet |
Modifier and Type | Class and Description |
---|---|
class |
BetaWeights |
class |
ParamCreate |
Modifier and Type | Method and Description |
---|---|
void |
FunctionRecomputeStack.addRecompute(Updatable target,
Function source,
java.lang.Object[] msg) |
Modifier and Type | Class and Description |
---|---|
class |
FuncLogProbScore |
class |
FuncOddsScore |
class |
FuncRank |
Modifier and Type | Class and Description |
---|---|
class |
Bag |
class |
CheckTerm |
class |
ExpandTerm |
class |
FormulaTermCollection<V> |
class |
Function |
class |
FunctionConditional |
class |
TermCollection |
class |
TerminalUpdatable |
class |
TermSet |
Modifier and Type | Method and Description |
---|---|
java.util.List<Updatable> |
TerminalUpdatable.getUsedBy() |
java.util.List<Updatable> |
Updatable.getUsedBy() |
java.util.List<Updatable> |
Function.getUsedBy() |
Modifier and Type | Method and Description |
---|---|
void |
Binds.addFunctionUnlink(ATerm b,
Updatable neededBy) |
void |
Function.addUsedBy(Updatable neededBy) |
ATerm |
ScanTerm.ground(Binds binds,
Updatable neededBy) |
ATerm |
ValueTerm.ground(Binds binds,
Updatable neededBy) |
ATerm |
SetDefinition.ground(Binds binds,
Updatable neededBy) |
ATerm |
VarTerm.ground(Binds binds,
Updatable neededBy) |
ATerm |
Function.ground(Binds binds,
Updatable neededBy) |
abstract ATerm |
ATerm.ground(Binds binds,
Updatable neededBy) |
ATerm |
BagDefinition.ground(Binds binds,
Updatable neededBy) |
static void |
Binds.unlink(Function used,
Updatable needs) |
Modifier and Type | Method and Description |
---|---|
void |
FormulaTermCollection.addEndpointFunctions(com.ibm.bluej.util.common.IdentitySet<Updatable> ends,
boolean print) |
void |
OriginatingTermCollection.addEndpointFunctions(com.ibm.bluej.util.common.IdentitySet<Updatable> ends,
boolean print) |
Modifier and Type | Class and Description |
---|---|
class |
ExGensym |
class |
ExInside |
class |
ExMember |
class |
ExOutside |
class |
ExSucc |
class |
FuncAbs |
class |
FuncAverage |
class |
FuncCollectionMax |
class |
FuncConcat |
class |
FuncCosine |
class |
FuncDiv |
class |
FuncDotProduct |
class |
FuncEquals |
class |
FuncExp |
class |
FuncIdentity |
class |
FuncIntersection |
class |
FuncIsSubstring |
class |
FuncLess |
class |
FuncLessEquals |
class |
FuncLog |
class |
FuncLogistic |
class |
FuncMax |
class |
FuncMemoized
Use at own risk, not well tested
|
class |
FuncMin |
class |
FuncMinus |
class |
FuncMult |
class |
FuncNonMember |
class |
FuncNotEqual |
class |
FuncPlus |
class |
FuncSetFromBag |
class |
FuncSign |
class |
FuncSize |
class |
FuncSparseVectorSum |
class |
FuncSum |
class |
FuncThreshold |
class |
FuncToSparseVector |
class |
FuncUnion |
class |
FuncVectorSubtract |
class |
FuncVectorSum |
class |
NumberFunction |
class |
SimpleNumberFunction |
class |
VectorFunction |
Modifier and Type | Method and Description |
---|---|
ATerm |
FuncMemoized.ground(Binds binds,
Updatable neededBy) |
Modifier and Type | Class and Description |
---|---|
class |
DummyWeightFunc |
Modifier and Type | Class and Description |
---|---|
class |
FuncConnectedTo |
static class |
NERTest.FuncCapitalized |