weka.classifiers.immune.airs.algorithm
Class CellPool
java.lang.Object
weka.classifiers.immune.airs.algorithm.CellPool
- All Implemented Interfaces:
- java.io.Serializable
public class CellPool
- extends java.lang.Object
- implements java.io.Serializable
Type: AISModel
File: AISModel.java
Date: 30/12/2004
Description:
- Author:
- Jason Brownlee
- See Also:
- Serialized Form
|
Constructor Summary |
CellPool(java.util.LinkedList<Cell> aCells)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
affinityComparator
public static final CellPool.AffinityComparator affinityComparator
stimulationComparator
public static final CellPool.StimulationComparator stimulationComparator
resourceComparator
public static final CellPool.ResourceComparator resourceComparator
CellPool
public CellPool(java.util.LinkedList<Cell> aCells)
affinityResponseNormalised
public java.util.LinkedList<Cell> affinityResponseNormalised(weka.core.Instance aInstance,
AffinityFunction affinity)
affinityResponseUnnormalised
public java.util.LinkedList<Cell> affinityResponseUnnormalised(weka.core.Instance aInstance,
AffinityFunction affinity)
resourceResponse
public java.util.LinkedList<Cell> resourceResponse()
add
public void add(java.util.LinkedList<Cell> aNewList)
add
public void add(Cell aCell)
delete
public void delete(Cell aCell)
isEmpty
public boolean isEmpty()
size
public int size()
getCells
public java.util.LinkedList<Cell> getCells()
iterator
public java.util.Iterator<Cell> iterator()
orderByResources
public void orderByResources()
orderByStimulation
public void orderByStimulation()
orderByAffinity
public void orderByAffinity()