Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
J
L
M
P
R
S
T
U
V
G
generateDataSetName(String)
- Method in class ensemble.
DatabaseBean
Generates a unique name for a data set.
generateEnsemble(List<PredictionSet>, DataSet)
- Method in class classification.
MajorityVoteClassifier
generateEnsemble(List<PredictionSet>, DataSet)
- Method in interface classification.
MetaClassifier
Generates an ensemble for the given data using the provided predictions.
generateEnsembles()
- Method in class classification.
EnsembleBean
generatePredSetName(String)
- Method in class ensemble.
DatabaseBean
Generates a unique name for a prediction set.
generateXML(String)
- Method in class classification.
PredictionSet
Generates a predictions XML file representing the predictions in this set.
generateXMLstring()
- Method in class classification.
PredictionSet
getAccuracyCutoff()
- Method in class classification.
Ensemble
The accuracy cutoff of the meta-classifier that generated the ensemble.
getAccuracyCutoff()
- Method in class classification.
MajorityVoteClassifier
getAccuracyCutoff()
- Method in interface classification.
MetaClassifier
Retrieves the percentage accuracy below which a classifier will not accept predictions.
getAttribute()
- Method in class classification.
DataValue
getAttribute()
- Method in class classification.
MajorityVoteClassifier
getAttribute()
- Method in interface classification.
MetaClassifier
Retrieves the name of the attribute that the classifier considers.
getAttribute()
- Method in class classification.
Prediction
The data attribute the prediction is for.
getClassifierList()
- Method in class classification.
EnsembleBean
The list of meta-classifiers currently available.
getClassLoader()
- Static method in class com.corejsf.
Messages
getCombinedPred()
- Method in class classification.
Ensemble
Retrieves the combined prediction set that represents the ensemble.
getConfidence()
- Method in class classification.
Prediction
The confidence of the prediction.
getConfirm()
- Method in class ensemble.
LoginBean
The password confirmation to be considered in registration.
getCurrentData()
- Method in class ensemble.
UserBean
The data set the user is currently viewing information for.
getDataID()
- Method in class ensemble.
Prediction_set
The ID number of the data set the predictions are for.
getDataItems()
- Method in class ensemble.
DatabaseBean
Retrieves data sets from the database in the form of SelectItems, with each set's name as the label and its id number as the value.
getDataList()
- Method in class ensemble.
DatabaseBean
Retrieves a list of all the data sets in the database.
getDataPredictions(String)
- Method in class classification.
PredictionSet
Retrieves all predictions for the specified attribute from the data section of the set.
getDataSet()
- Method in class classification.
Ensemble
The data set the ensemble is based on.
getDatasetID()
- Method in class classification.
PredictionSet
The ID number of the data set these predictions are for.
getDatasetID()
- Method in class ensemble.
UserBean
The ID number of the data set that the current user intends to upload predictions for.
getDataSets()
- Method in class ensemble.
DatabaseBean
Returns a list of datasets built from the available XML files.
getDescription()
- Method in class ensemble.
Data_set
A description of the data set.
getDescription()
- Method in class ensemble.
Prediction_set
A description of the prediction set.
getEnsembleList()
- Method in class classification.
EnsembleBean
The list of currently available ensembles.
getEnsembles()
- Method in class ensemble.
DatabaseBean
Retrieves a list of all ensembles in the database.
getExcluded()
- Method in class ensemble.
UserBean
Flag indicating whether the current user's submitted prediction should be excluded from ensembles and further uploads should be prevented.
getFileDesc()
- Method in class ensemble.
UserBean
The description of the file that the current user intends to upload.
getFilename()
- Method in class ensemble.
UserBean
The name of the file the current user intends to upload.
getGenerate()
- Method in class classification.
EnsembleBean
Whether the ensemble-building thread is currently set to do work.
getId()
- Method in class classification.
DataSet
getId()
- Method in class ensemble.
Data_set
The ID number of the data set.
getId()
- Method in class ensemble.
Prediction_set
The ID number of the prediction set
getIndexMessage()
- Method in class ensemble.
DatabaseBean
Retrieves the message to be displayed on the index page.
getInstance()
- Method in class classification.
DataValue
getInstance()
- Method in class classification.
Prediction
The number of the data instance the prediction is for
getLocale(FacesContext)
- Static method in class com.corejsf.
Messages
getLoggedIn()
- Method in class ensemble.
UserBean
Indicates whether a user is currently logged in.
getMeanConfidence(Collection<Prediction>)
- Static method in class classification.
Prediction
Determines the average confidence in a collection of predictions, and sets all list members with AVERAGE_CONFIDENCE to have that confidence.
getMessage(String, String, Object[])
- Static method in class com.corejsf.
Messages
getMetaClassName()
- Method in class classification.
Ensemble
The name of the meta-classifier that generated the ensemble.
getName()
- Method in class classification.
DataSet
getName()
- Method in class classification.
MajorityVoteClassifier
getName()
- Method in interface classification.
MetaClassifier
Retrieves the name of a classifier.
getName()
- Method in class classification.
PredictionSet
The name of the prediction set.
getName()
- Method in class ensemble.
User
The username of the user.
getName()
- Method in class ensemble.
UserBean
The username of the current user.
getNumCorrect()
- Method in class classification.
Ensemble
Retrieves the number of values that the ensemble predicted correctly for its test data.
getNumEnsembles()
- Method in class classification.
EnsembleBean
The number of ensembles currently available.
getPassword()
- Method in class ensemble.
LoginBean
The password being considered.
getPassword()
- Method in class ensemble.
User
The password of the user.
getPercentCorrect()
- Method in class classification.
Ensemble
The percentage of predictions the ensemble made correctly during testing.
getPredFilename()
- Method in class classification.
Ensemble
The name of the XML file where the ensemble's predictions are saved.
getPrediction(int, String, boolean)
- Method in class classification.
PredictionSet
Retrieves a prediction for the specified instance and attribute from the indicated section of the set.
getPredListFor(Data_set)
- Method in class ensemble.
DatabaseBean
Retrieves a list of all predictions for the given data set.
getPredName()
- Method in class ensemble.
Prediction_set
The name of the prediction set.
getPredSetListString()
- Method in class classification.
Ensemble
Retrieves a string representation of the ensemble's prediction sets suitable for display in an xhtml data table.
getPredSetsFor(DataSet)
- Method in class ensemble.
DatabaseBean
Retrieves prediction sets for a set of data.
getSetName()
- Method in class ensemble.
Data_set
The name of the data set.
getSimilarityCutoff()
- Method in class classification.
Ensemble
The similarity cutoff of the meta-classifier that generated the ensemble.
getSimilarityCutoff()
- Method in class classification.
MajorityVoteClassifier
getSimilarityCutoff()
- Method in interface classification.
MetaClassifier
Retrieves the percentage similarity above which a classifier will not accept predictions.
getSQL(String)
- Static method in class sql.
SQL
SQL.getSQL(nm) returns a String containing the SQL statement named nm in the sql package.
getSqlEx()
- Method in class ensemble.
DatabaseBean
Retrieves the most recently thrown SQLException for debugging purposes.
getString(String, String, Object[])
- Static method in class com.corejsf.
Messages
getString(String, String, String, Locale, ClassLoader, Object[])
- Static method in class com.corejsf.
Messages
getTestPredictions(String)
- Method in class classification.
PredictionSet
Retrieves all predictions for the specified attribute from the test section of the set.
getTotal()
- Method in class classification.
Ensemble
The total number of predictions made when testing the ensemble.
getUploadingData()
- Method in class ensemble.
UserBean
A flag indicating whether the current user intends to upload data or predictions.
getUploadReady()
- Method in class ensemble.
UserBean
Checks whether the current user is ready to upload a file.
getUploadType()
- Method in class ensemble.
UserBean
A string indicating whether the current user intends to upload data or predictions.
getUserList()
- Method in class ensemble.
DatabaseBean
Generates a list of all users registered in the data base.
getUserName()
- Method in class classification.
PredictionSet
The name of the user who submitted the set.
getUsername()
- Method in class ensemble.
Data_set
The name of the user who uploaded the data set.
getUsername()
- Method in class ensemble.
LoginBean
The username being considered.
getUsername()
- Method in class ensemble.
Prediction_set
The name of the user who submitted the prediction set.
getValue()
- Method in class classification.
DataValue
getValue()
- Method in class classification.
Prediction
The value of the prediction.
getWaitMinutes()
- Method in class classification.
EnsembleBean
The number of minutes that pass between each time the ensemble building thread checks for new data or predictions.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
J
L
M
P
R
S
T
U
V