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

G

getActual() - Method in class rdr.mulan.BinaryPrediction
 
getActualValue() - Method in class rdr.core.Value
Get the actual value of a value, as in, if it's an NUMERIC return an float, if it's a NOMINAL return a string etc.
getAllParentConditions(MyFastVector<Condition>) - Method in class rdr.methods.NTreeNode
Get all the conditions of node and all its parents back to the root Is recursive.
getAttribute() - Method in class rdr.core.Condition
 
getAttributeFromName(String) - Method in class rdr.core.DomainModel
Find an attribute in the domain model based on name
getAttributes() - Method in class rdr.core.DomainModel
gets the attributes which define how a case is made up
getAttributesArray() - Method in class rdr.core.DomainModel
Return an array of strings representing the attributes, for the drop down box of attributes that will be needed in the knowledge acquisition GUI
getAttributesTable() - Method in class rdr.core.DomainModel
Returns a 2D array of objects that match the format {{att1, type}, {att2, type}, etc.}
getBaseClassifier() - Method in class rdr.mulan.TransformationBasedMultiLabelClassifier
Returns the Classifier which is used internally by this classifier.
getCase(int) - Method in class rdr.core.DomainModel
Get a specific case from the domain model.
getCases() - Method in class rdr.core.DomainModel
 
getChildren() - Method in class rdr.methods.NTreeNode
 
getClassification() - Method in class rdr.core.Classification
Fetch the classification string
getClassification() - Method in class rdr.core.Node
 
getClassifications() - Method in class rdr.core.DomainModel
Get the set of classifications that have been used in this domain model (so far)
getClassifier() - Method in class rdr.core.SimulatedExpert
Returns the classifier.
getClassName() - Method in class rdr.core.Classifier
 
getClassName() - Method in class rdr.methods.MCRDR
 
getClassName() - Method in class rdr.methods.SCRDR
 
getConditions() - Method in class rdr.core.Rule
 
getConditionsFromRidor(MyFastVector<RidorExplainer.RidorRule>, MyFastVector<Condition>) - Method in class rdr.core.SimulatedExpert
Builds up a vector of Conditions using a vector of RidorRules.
getConfidence(int) - Method in class rdr.mulan.Prediction
 
getConfidences() - Method in class rdr.mulan.Prediction
 
getCornerstone() - Method in class rdr.methods.BinaryTreeNode
 
getCornerstones(Rule, NTreeNode) - Method in class rdr.methods.MCRDR
Fetch the cornerstone cases that would apply to a newRule being added as a child of parent
getCornerstones() - Method in class rdr.methods.NTreeNode
 
getCreatedFor() - Method in class rdr.core.Rule
 
getDebug() - Method in class rdr.mulan.MultiLabelClassifierBase
Get whether debugging is turned on.
getDepth() - Method in class rdr.core.Node
Returns the depth of a branch of the knowledge base.
getDepth() - Method in class rdr.methods.BinaryTreeNode
Finds the depth of this node
getDepth() - Method in class rdr.methods.NTreeNode
Finds the depth of this node
getEnsemble() - Method in class rdr.mulan.BinaryRelevanceClassifier
 
getEntries() - Method in class rdr.core.Log
 
getFalseBranch() - Method in class rdr.methods.BinaryTreeNode
 
getId() - Method in class rdr.core.Case
 
getId() - Method in class rdr.core.Node
Fetch the node's id
getModelName() - Method in class rdr.core.DomainModel
 
getName() - Method in class rdr.core.Attribute
 
getNode(int) - Method in class rdr.methods.MCRDR
Find a node based on a node ID
getNode(int) - Method in class rdr.methods.SCRDR
Find the node with nodeID
getNodeIndex() - Method in class rdr.core.Classifier
Get the nodeIndex
getNumChildren() - Method in class rdr.core.Node
 
getNumChildren() - Method in class rdr.methods.BinaryTreeNode
 
getNumChildren() - Method in class rdr.methods.NTreeNode
 
getNumLabels() - Method in interface rdr.mulan.MultiLabelClassifier
Returns a number of labels the classifier is configured for.
getNumLabels() - Method in class rdr.mulan.MultiLabelClassifierBase
Returns a number of labels the classifier is configured for.
getOperator() - Method in class rdr.core.Condition
 
getOperator() - Method in class rdr.core.Operator
Get the operator code
getOperatorName() - Method in class rdr.core.Operator
Get the "name" of the operator i.e.
getOperatorOpposite() - Method in class rdr.core.Condition
Gets the opposite value for the operator
getOpposite() - Method in class rdr.core.Operator
Get the operator code for the opposite operator of this one i.e.
getParameters() - Method in class rdr.core.LogEntry
 
getParent() - Method in class rdr.methods.NTreeNode
 
getPotentialOperators() - Method in class rdr.core.Attribute
Returns all the operators that are valid for this attribute Returns an array of string, since it's intended for the JTables in the KnowledgeAcquisition GUI
getPredictedLabels() - Method in class rdr.mulan.Prediction
 
getPrediction() - Method in class rdr.mulan.BinaryPrediction
 
getPrediction(int) - Method in class rdr.mulan.Prediction
 
getRevision() - Method in class rdr.mulan.FlattenTrueLabelsClassifier
 
getRevision() - Method in class rdr.mulan.IncludeLabelsClassifier
 
getRoot() - Method in class rdr.methods.MCRDR
 
getRule() - Method in class rdr.core.Node
 
getRuleID() - Method in class rdr.core.Rule
Get the rule id
getRuleTraceFromRidor(MyFastVector<RidorExplainer.RidorRule>, MyFastVector<RidorExplainer.Antd>) - Method in class rdr.core.SimulatedExpert
Builds up a vector of Conditions using a vector of RidorRules.
getSourceArff() - Method in class rdr.core.DomainModel
 
getTechnicalInformation() - Method in class rdr.mulan.MultiLabelClassifierBase
getTechnicalInformation() - Method in class rdr.mulan.TransformationBasedMultiLabelClassifier
 
getTrueBranch() - Method in class rdr.methods.BinaryTreeNode
 
getType() - Method in class rdr.core.Attribute
This returns the actual type code for this attribute.
getType() - Method in class rdr.core.Condition
Get the type code of this attribute's value
getType() - Method in class rdr.core.Type
Get the type code
getType() - Method in class rdr.core.Value
 
getTypeName() - Method in class rdr.core.Attribute
Gets a textual representation of the type of this object.
getTypeName() - Method in class rdr.core.Type
Get the type "name" i.e.
getTypeObject() - Method in class rdr.core.Attribute
Returns the actual Type object for this attribute
getValue(String) - Method in class rdr.core.Case
Return a particular Value of a particular attribute.
getValue(Attribute) - Method in class rdr.core.Case
Return a particular Value of a particular attribute.
getValue() - Method in class rdr.core.Condition
 
getValue() - Method in class rdr.core.Value
get the value object
getValues() - Method in class rdr.core.Case
 
getValuesArray() - Method in class rdr.core.Case
Get the case values for setting up a JTable with the data

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