public class FuzzyNetworks extends GenericExample
taskMonitor
Constructor and Description |
---|
FuzzyNetworks() |
Modifier and Type | Method and Description |
---|---|
Project |
getDefaultProject()
Get a custom project.
|
int |
getDefaultRunConfigurationID(Project p)
Add some custom-defined networks to the project: 1 reference network and 3 condition-specific.
|
int |
getTestConfigurationWithoutReference(Project p,
int supportingCutoff,
boolean refAsCond)
Add some custom-defined networks to the project: 4 condition-specific networks, no reference.
|
int |
getTestConfigurationWithReference(Project p,
int supportingCutoff)
Add some custom-defined networks to the project: 1 reference network and 3 condition-specific.
|
static void |
main(String[] args)
Testing the example using console output (use TestFuzzyConsensus for the JUnit version!)
|
getName, printAllNetworks, printAllNetworks, printAllNetworks, printNetwork, setName, setTaskMonitor
public Project getDefaultProject()
getDefaultProject
in class GenericExample
public int getDefaultRunConfigurationID(Project p)
getDefaultRunConfigurationID
in class GenericExample
p
- the fuzzy projectpublic int getTestConfigurationWithReference(Project p, int supportingCutoff)
p
- the fuzzy projectsupportingCutoff
- the minimal number of networks that need to agree on a certain edgepublic int getTestConfigurationWithoutReference(Project p, int supportingCutoff, boolean refAsCond)
p
- the fuzzy projectsupportingCutoff
- the minimal number of networks that need to agree on a certain edgerefAsCond
- whether or not to include the reference network as "condition 0". If not, only 3 input networks are used.public static void main(String[] args)
args
- (ignored) argument listCopyright © 2016. All rights reserved.