Package | Description |
---|---|
org.corehunter | |
org.corehunter.data |
Modifier and Type | Method and Description |
---|---|
static CoreHunterObjectiveType |
CoreHunterObjectiveType.createFromAbbreviation(String abbr)
Get Core Hunter objective type from its abbreviation.
|
CoreHunterObjectiveType |
CoreHunterObjective.getObjectiveType()
Gets the objective type for this objective
|
static CoreHunterObjectiveType |
CoreHunterObjectiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreHunterObjectiveType[] |
CoreHunterObjectiveType.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<CoreHunterObjectiveType> |
API.getAllowedObjectiveTypes(CoreHunterData coreHunterData)
Creates a list of all possible Core Hunter objective types for a given data object.
|
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.
|
void |
CoreHunterObjective.setObjectiveType(CoreHunterObjectiveType objectiveType)
Sets the objective type for this objective
|
Constructor and Description |
---|
CoreHunterArguments(CoreHunterData data,
int subsetSize,
CoreHunterObjectiveType objective)
Creates a single objective configuration with no defined measure.
|
CoreHunterArguments(CoreHunterData data,
int subsetSize,
CoreHunterObjectiveType objective,
CoreHunterMeasure measure)
Creates a single objective configuration.
|
CoreHunterObjective(CoreHunterObjectiveType objectiveType)
Creates a Core Hunter objective with for specific object type with no defined measure.
|
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.
|
CoreHunterObjective(CoreHunterObjectiveType objectiveType,
double weight)
Creates a Core Hunter objective with for specific object type and weight with no defined measure.
|
CoreHunterObjective(CoreHunterObjectiveType objectiveType,
double weight,
Range<Double> normalizationRange)
Creates a Core Hunter objective with for specific object type, weight and normalization range.
|
Modifier and Type | Method and Description |
---|---|
List<CoreHunterObjectiveType> |
CoreHunterData.getValidObjectiveTypes() |
Modifier and Type | Method and Description |
---|---|
List<CoreHunterMeasure> |
CoreHunterData.getValidMeasures(CoreHunterObjectiveType objectiveType) |
Copyright © 2017. All rights reserved.