jfan.fan
Class fastFAN

java.lang.Object
  extended by jfan.fan.fastFAN

public class fastFAN
extends java.lang.Object


Field Summary
 double m_certos
           
 double m_errados
           
 double[][] m_pMatconf
           
 double m_taxaerrados
           
 double m_total
           
 double[][] m_vMatconf
           
static int MAX_CAR
           
static int MAX_CLA
           
static int MAX_PAD
           
static int MAX_RAN
           
 double max_tot
           
 double minval_max
           
 double minval_old
           
 double s_harm
           
 double[][] test
           
 double[][][] testConjDifuso
           
 double[][] testNorm
           
 double[] testSomaConjDifuso
           
 double[][] trainning
           
 double[][][] trainningConjDifuso
           
 double[][] trainningNorm
           
 double[] trainningSomaConjDifuso
           
 
Constructor Summary
protected fastFAN()
           
 
Method Summary
protected  boolean cromo()
           
protected  boolean cromot(boolean saida, int rede)
           
protected  boolean fanInit()
           
protected  void inicializa()
           
protected  boolean load_net(java.lang.String file)
           
static void main(java.lang.String[] args)
           
 int random(int maximo)
           
 void renormaliza()
           
protected  boolean save_net(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

test

public double[][] test

trainning

public double[][] trainning

testNorm

public double[][] testNorm

trainningNorm

public double[][] trainningNorm

testConjDifuso

public double[][][] testConjDifuso

trainningConjDifuso

public double[][][] trainningConjDifuso

testSomaConjDifuso

public double[] testSomaConjDifuso

trainningSomaConjDifuso

public double[] trainningSomaConjDifuso

MAX_CLA

public static int MAX_CLA

MAX_RAN

public static int MAX_RAN

MAX_CAR

public static int MAX_CAR

MAX_PAD

public static int MAX_PAD

minval_max

public double minval_max

minval_old

public double minval_old

s_harm

public double s_harm

max_tot

public double max_tot

m_vMatconf

public double[][] m_vMatconf

m_pMatconf

public double[][] m_pMatconf

m_certos

public double m_certos

m_total

public double m_total

m_errados

public double m_errados

m_taxaerrados

public double m_taxaerrados
Constructor Detail

fastFAN

protected fastFAN()
Method Detail

random

public int random(int maximo)

inicializa

protected void inicializa()

renormaliza

public void renormaliza()

cromo

protected boolean cromo()

cromot

protected boolean cromot(boolean saida,
                         int rede)

load_net

protected boolean load_net(java.lang.String file)

save_net

protected boolean save_net(java.lang.String file)

fanInit

protected boolean fanInit()

main

public static void main(java.lang.String[] args)