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

L

learn(Gio) - Method in class com.kpro.algorithm.LearnAlgorithm
runs the learning algorithm, and puts the results in the newWeight buffer in theIO(Gio)
Learn_Constant - Class in com.kpro.algorithm
The simplest implementation of learnAlgorithm, this literally does nothing, and thus doesn't actually learn.
Learn_Constant(Properties, String[]) - Constructor for class com.kpro.algorithm.Learn_Constant
constructor
learnAlg - Variable in class com.kpro.algorithm.CBR
 
LearnAlgBasic - Class in com.kpro.algorithm
A very slow learning algorithm that goes through every case in every PolicyObject in the whole database.
LearnAlgBasic(Properties, String[]) - Constructor for class com.kpro.algorithm.LearnAlgBasic
constructor
LearnAlgorithm - Class in com.kpro.algorithm
An abstract class covering all learning algorithms.
LearnAlgorithm(Properties, String[]) - Constructor for class com.kpro.algorithm.LearnAlgorithm
Constructor for a learning algorithm.
LearnAlgSimplerTest - Class in com.kpro.test
This class is a junit test class to test the class LearnAlgSimpler For this junit test to work correctly some changes have to be made in LearnAlgSimpler.java These are: -comment out "extends LearnAlgorithm" -comment out the constructor -make the applyML method take in a Properties and a PolicyDatabase, and make the method public, like this: public Properties applyML(Properties prop, PolicyDatabase pd) -change the two first lines in applyML to: Properties weights = prop; pdb = pd;
LearnAlgSimplerTest() - Constructor for class com.kpro.test.LearnAlgSimplerTest
 
LearnAlgStand - Class in com.kpro.algorithm
An learning algorithm that extends LearnAlgorithm
LearnAlgStand(Properties, String[]) - Constructor for class com.kpro.algorithm.LearnAlgStand
constructor
legal_requirement - Variable in class com.kpro.algorithm.bitmapDistance
 
legal_requirement - Variable in class com.kpro.algorithm.bitmapDistanceWisOne
 
legal_requirement - Variable in class com.kpro.algorithm.Bitmapwithdata
 
loadCLO(String[]) - Method in class com.kpro.main.Gio
accepts the direct commandline options, then parses & implements them.
loadCLPolicies() - Method in class com.kpro.main.Gio
loads [additional] policies from commandline (either -p or -f)
loadConfig() - Method in class com.kpro.ui.PrivacyAdvisorGUI
 
loadConfigMenuItem - Variable in class com.kpro.ui.PrivacyAdvisorGUI
 
loadDB(String) - Method in class com.kpro.datastorage.PDatabase
See PolicyDatabase.java.
loadDB() - Method in class com.kpro.datastorage.PolicyDatabase
Loads database from a file dLoc
loadDB(String) - Method in class com.kpro.datastorage.PolicyDatabase
Loads database from a file dLoc we have this public just in case we want to be able to load a db from a file other than where we plan to store it.
loadDB() - Method in class com.kpro.main.Gio
Loads the case history into cache.
loadDB() - Method in class com.kpro.ui.PrivacyAdvisorGUI
 
loadDBMenuItem - Variable in class com.kpro.ui.PrivacyAdvisorGUI
 
loadFromConfig(String) - Method in class com.kpro.main.Gio
Loads the general configuration file, either from provided string, or default location (./PrivacyAdviser.cfg)
loadHistory() - Method in class com.kpro.ui.PrivacyAdvisorGUI
 
loadHistory() - Method in class com.kpro.ui.UserIO
Deprecated.  
loadHistory() - Method in class com.kpro.ui.UserIO_Simple
does nothing
loadPO() - Method in class com.kpro.main.Gio
returns the policy object from the policyObject option
loadWeights() - Method in class com.kpro.main.Gio
Loads the weights configuration file, from the provided location
loadWeights(String) - Method in class com.kpro.test.LearnAlgSimplerTest
loads the weights file given as parameter and its values/keys as Properties
loadWeights() - Method in class com.kpro.test.testBitmap
 
loadWeights() - Method in class com.kpro.test.testConclusion_Simple
 
loadWeights() - Method in class com.kpro.test.testReduction_KNN
 
location - Variable in class com.kpro.datastorage.NetworkR
 
logger - Static variable in class com.kpro.main.Gio
 
logger - Static variable in class com.kpro.main.PrivacyAdviser
 
logLvlModel - Variable in class com.kpro.ui.ConfigEditor
 
ls - Variable in class com.kpro.test.LearnAlgSimplerTest
 
LVquerybase - Variable in class com.kpro.datastorage.NRCouchdb
Couchlight object- holds connection to database

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