Package | Description |
---|---|
org.corehunter | |
org.corehunter.data |
Modifier and Type | Method and Description |
---|---|
static CoreHunterMeasure |
CoreHunterMeasure.createFromAbbreviation(String abbr)
Get Core Hunter measure from its abbreviation.
|
CoreHunterMeasure |
CoreHunterObjective.getMeasure()
Gets the measure for this objective if defined
|
static CoreHunterMeasure |
CoreHunterMeasure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreHunterMeasure[] |
CoreHunterMeasure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<CoreHunterMeasure> |
API.getAllowedMeasures(boolean hasGenotypes,
boolean hasPhenotypes,
boolean hasDistances,
CoreHunterObjectiveType objectiveType)
Create a list of all possible Core Hunter measures for a given objective type
taking into account whether genotypes, phenotypes and/or precomputed distances
are available.
|
static List<CoreHunterMeasure> |
API.getAllowedMeasures(CoreHunterData coreHunterData,
CoreHunterObjectiveType objectiveType)
Create a list of all possible Core Hunter measures for a given data object and objective type.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreHunterObjective.setMeasure(CoreHunterMeasure measure)
Gets the measure for this objective if defined
|
Constructor and Description |
---|
CoreHunterArguments(CoreHunterData data,
int subsetSize,
CoreHunterObjectiveType objective,
CoreHunterMeasure measure)
Creates a single objective configuration.
|
CoreHunterObjective(CoreHunterObjectiveType objectiveType,
CoreHunterMeasure measure)
Creates a Core Hunter objective with for specific object type and measure.
|
CoreHunterObjective(CoreHunterObjectiveType objectiveType,
CoreHunterMeasure measure,
double weight)
Creates a Core Hunter objective with for specific object type, measure and weight.
|
CoreHunterObjective(CoreHunterObjectiveType objectiveType,
CoreHunterMeasure measure,
double weight,
Range<Double> normalizationRange)
Creates a Core Hunter objective with for specific object type, measure, weight and normalization range.
|
Modifier and Type | Method and Description |
---|---|
List<CoreHunterMeasure> |
CoreHunterData.getValidMeasures(CoreHunterObjectiveType objectiveType) |
Copyright © 2017. All rights reserved.