Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.ranking |
Modifier and Type | Field | Description |
---|---|---|
WeightsType |
RankerParameters.weightsType |
Type of weights used to generate final ranking of examples.
|
Modifier and Type | Method | Description |
---|---|---|
static WeightsType |
WeightsType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static WeightsType[] |
WeightsType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Hashtable<Field,java.lang.Double> |
WeightsGenerator.generateWeights(WeightsType weightsType,
Field[] classes,
int unionType,
boolean limitNumberOfUnions) |
Generates all weights for a given weights' type, ordered list of decision classes and union's type.
|