All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ACache |
cacheUnion(ACache a,
ACache b) |
Set<List<LearningParameter>> |
createParameterGrid(Map<LearningParameter,List<Object>> parameters) |
List<EvaluationRun> |
crossValidate(AMLAlgorithm algorithm,
List<LearningParameter> parameter,
Set<TaskData> datasets,
int foldNumber,
Set<EvaluatorType> qlMeasures,
Set<IQuantitativeMeasure> qnMeasures) |
Summary |
crossValidateWithTuningAndStatisticalTest(List<TaskAlgorithm> TaskAlgorithms,
Set<TaskData> datasets,
Set<EvaluatorType> qlMeasures,
int foldNumber) |
List<EvaluationRun> |
evaluate(List<TaskAlgorithm> TaskAlgorithms,
Set<TaskData> datasets,
Set<EvaluatorType> QlMeasures,
Set<IQuantitativeMeasure> QnMeasures) |
List<FoldData> |
generateFolds(EvaluationData data,
int foldNumber,
boolean withNegativeExamples) |
List<AMapping> |
generateMappingFolds(AMapping refMap,
ACache source,
ACache target,
int foldNumber,
boolean withNegativeExamples) |
static String |
getRandomTargetInstance(ACache source,
ACache target,
List<String> values,
Random random,
HashMap<String,HashMap<String,Double>> refMap,
String sourceInstance,
int previousRandom) |
static void |
main(String[] args) |
AMapping |
removeSubMap(AMapping mainMap,
AMapping subMap) |