Files
2026-05-22 11:14:29 +02:00

124 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="afryca.consensusmodel">
<ConsensusModel
ConsensusModel="afryca.consensusmodel.Rodriguez2017HierarchicalClustering"
Information="%ConsensusModel.Information"
MainFeatures="%ConsensusModel.MainFeatures"
Multicriteria="false"
Name="%ConsensusModel.Name"
Observations="%ConsensusModel.Observations"
Structure="afryca.fpr"
WithFeedback="true"
id="Rodriguez2017HierarchicalClustering">
<Variable
default_value="30"
description="%Variable.description"
id="max_rounds"
is_array="false"
is_internal="false"
type="Integer">
<Restriction
type="lower_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="0.85"
description="%Variable.description.0"
id="theta"
is_array="false"
is_internal="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="0.7"
description="%Variable.description.1"
id="delta"
is_array="false"
is_internal="false"
type="Float">
</Variable>
<Variable
default_value="Math.round(experts/alternatives)"
description="%Variable.description.2"
id="pointB"
is_array="false"
is_internal="false"
type="Operation">
<Restriction
type="upper_limit"
value="100">
</Restriction>
<Restriction
type="lower_limit"
value="2">
</Restriction>
<Relation
type="greater_than"
variable="pointA">
</Relation>
</Variable>
<Variable
default_value="1.8"
description="%Variable.description.3"
id="beta"
is_array="false"
is_internal="false"
type="Float">
</Variable>
<Variable
default_value="Math.round(((experts*10)/100))"
description="%Variable.description.4"
id="pointA"
is_array="false"
is_internal="false"
type="Operation">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="99">
</Restriction>
<Relation
type="lower_than"
variable="pointB">
</Relation>
</Variable>
<Variable
default_value="2"
description="%Variable.description.5"
id="distance_measure_minkowski"
is_array="false"
is_internal="false"
type="Integer">
<Restriction
type="lower_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="true"
description="%Variable.description.6"
id="fuzzycmeanson"
is_array="false"
is_internal="false"
type="Boolean">
</Variable>
</ConsensusModel>
</extension>
</plugin>