weka.classifiers.immune.airs.algorithm
Class Cell
java.lang.Object
weka.classifiers.immune.airs.algorithm.Cell
- All Implemented Interfaces:
- java.io.Serializable
public class Cell
- extends java.lang.Object
- implements java.io.Serializable
Type: Cell
File: Cell.java
Date: 30/12/2004
Description:
- Author:
- Jason Brownlee
- See Also:
- Serialized Form
|
Constructor Summary |
Cell(Cell aCell)
|
Cell(double[] aAttributes,
int aClassIndex)
|
Cell(weka.core.Instance aInstance)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cell
public Cell(double[] aAttributes,
int aClassIndex)
Cell
public Cell(weka.core.Instance aInstance)
Cell
public Cell(Cell aCell)
getClassification
public double getClassification()
getAttributes
public double[] getAttributes()
getClassIndex
public int getClassIndex()
getAffinity
public double getAffinity()
setAffinity
public void setAffinity(double affinity)
getNumResources
public double getNumResources()
setNumResources
public void setNumResources(double numResources)
getStimulation
public double getStimulation()
setStimulation
public void setStimulation(double stimulation)