public class JRankPrivateParameters
extends java.lang.Object
JRank
, used by JRank
apart from parameters from RankerParameters
.Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
learningDataFile |
Path to the disk file storing learning memory container
|
java.lang.String |
pctApxFile |
Path to the disk file where generated approximations of unions of decision classes from learning PCT should be stored
|
java.lang.String |
pctFile |
Path to the disk file where generated learning PCT should be stored
|
java.lang.String |
pctRulesFile |
Path to the disk file where generated rules for unions of decision classes from learning PCT should be stored
|
int |
precision |
Precision with which floating-point numbers are written to disk files
|
java.lang.String |
preferenceGraphFile |
Path to the disk file where generated preference graph resulting from application of rules to test memory container should be stored
|
java.lang.String |
rankingFile |
Path to the disk file where generated ranking of all examples from test memory container should be stored
|
java.lang.String |
testDataFile |
Path to the disk file storing test memory container
|
boolean |
writeDominationInformation |
Tells if positive and negative dominance cones should be written for each example, in the *.apx file
|
boolean |
writeLearningPositiveExamples |
Tells if learning positive examples for each generated rule should be written in the *.rules file
|
boolean |
writeRulesStatistics |
Tells if statistics of each generated rule should be written in the *.rules file
|
Constructor | Description |
---|---|
JRankPrivateParameters() |
Sole constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
initialize() |
Initializes all parameters by setting their default values.
|
public java.lang.String learningDataFile
public java.lang.String testDataFile
public java.lang.String pctFile
public java.lang.String pctApxFile
public java.lang.String pctRulesFile
public java.lang.String preferenceGraphFile
public java.lang.String rankingFile
public boolean writeDominationInformation
public boolean writeRulesStatistics
public boolean writeLearningPositiveExamples
public int precision