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

C

Case - Class in rdr.core
Case object.
Case(int, MyFastVector<Value>, DomainModel) - Constructor for class rdr.core.Case
Constructs a case object
Case(int, MyFastVector<Value>, MyFastVector<Attribute>) - Constructor for class rdr.core.Case
Creates a case object dumbly (no error checks) - primarily for cloning
Case() - Constructor for class rdr.core.Case
Makes a new, blank case, with default values using the default domain model.
Case(int, DomainModel) - Constructor for class rdr.core.Case
Makes a new, blank case, with all default values.
CASE_DIRECTORY - Static variable in class rdr.core.Driver
 
CaseBrowser - Class in rdr.gui
The default Case Browser GUI.
CaseBrowser() - Constructor for class rdr.gui.CaseBrowser
Auto-generated main method to display this JFrame
caseBrowser - Variable in class rdr.gui.MainMenu
 
CaseBrowser.MyKeyListener - Class in rdr.gui
Key listener to update the classifications set whenever the up or down key is pressed (thus changing the selected case)
CaseBrowser.MyKeyListener() - Constructor for class rdr.gui.CaseBrowser.MyKeyListener
 
cases - Variable in class rdr.core.DomainModel
 
CHANGE_EXISTING_CLASSIFICATION - Static variable in class rdr.core.LogEntry
 
CHANGE_EXISTING_CONCLUSION - Static variable in class rdr.core.LogEntry
 
childSatisfied(Case) - Method in class rdr.methods.NTreeNode
Determine if there is a child satisfied by case c
Classification - Class in rdr.core
A classification (or conclusion) Is essentially just a classification name.
Classification(String) - Constructor for class rdr.core.Classification
Constructor.
classification - Variable in class rdr.core.Node
 
classifications - Variable in class rdr.core.DomainModel
 
classificationSummary() - Method in class rdr.results.MCRDRResults
To produce a CSV detailing the number of times each classification is used in the MCRDR tree.
Classifier - Class in rdr.core
Abstract class: Classifier Serves as a template for actual classifiers, which should extend this class.
Classifier() - Constructor for class rdr.core.Classifier
 
classifier - Static variable in class rdr.core.Driver
 
classifiers - Static variable in class rdr.core.Driver
 
classify(Case) - Method in class rdr.core.Classifier
 
classify(Case) - Method in class rdr.methods.MCRDR
The default classify method.
classify(Case, NTreeNode) - Method in class rdr.methods.MCRDR
Perform an MCRDR inference to classify the case c
classify(Case) - Method in class rdr.methods.SCRDR
 
classify(Case, BinaryTreeNode) - Method in class rdr.methods.SCRDR
Classify a case using single classification RDR
clone() - Method in class rdr.core.Case
Creates a cloned copy of this Case
CLOSE_DOMAIN - Static variable in class rdr.core.LogEntry
 
compareOutcomes(Case, Instance, MyFastVector<Node>, MyFastVector<String>, String[]) - Method in class rdr.core.SimulatedExpert
Compares the rdrResults with the predicted outcomes from the machine learned knowledge base.
compareTo(Classification) - Method in class rdr.core.Classification
Compares using the string
compareToCase(Case) - Method in class rdr.core.Case
Method to compare this case with another case, and return if they have all the same values or not Warning: currently only checks if they have the same name
CONCLUSION_DIRECTORY - Static variable in class rdr.core.Driver
 
Condition - Class in rdr.core
A single condition of a rule Comprised of an attribute, an operator (==, !=, >= etc.), and a comparison value.
Condition(Attribute, int, Value) - Constructor for class rdr.core.Condition
Constructor.
Condition(Attribute, int, int, Object) - Constructor for class rdr.core.Condition
Constructor.
Condition(Attribute, Operator, Value) - Constructor for class rdr.core.Condition
Constructor.
Condition(Attribute, Operator, int, Object) - Constructor for class rdr.core.Condition
Constructor.
conditionsPerRule() - Method in class rdr.results.Results
Output the number of conditions per rule.
convertString(String) - Method in class rdr.core.Value
Converts a string into a value of the correct type - if possible
CORNERSTONE_DIRECTORY - Static variable in class rdr.core.Driver
 
CORNERSTONES - Static variable in class rdr.core.LogEntry
 
cornerstonesPerRule() - Method in class rdr.results.Results
Generate a csv detailing the number of cornerstones seen per rule
correctClassificationsProvided() - Method in class rdr.results.Results
Determine how many conclusions the system provided per case that were already considered correct.
CREATE_CLASSIFICATION - Static variable in class rdr.core.LogEntry
 
CREATE_CONCLUSION - Static variable in class rdr.core.LogEntry
 
CYCLE_AVERTED - Static variable in class rdr.core.LogEntry
 

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