Uses of Class
annotool.gui.model.Chain

Packages that use Chain
annotool.gui   
annotool.io   
 

Uses of Chain in annotool.gui
 

Methods in annotool.gui with parameters of type Chain
 float[] ChainPanel.ttRunBody(Chain chain, annotool.Annotator anno, DataInput trainingProblem, DataInput testingProblem)
           
 

Method parameters in annotool.gui with type arguments of type Chain
 void AutoCompFrame.addTab(java.lang.String title, float[][] rates, java.util.ArrayList<java.lang.String> labels, java.util.ArrayList<Chain> selectedChains, int imgWidth, int imgHeight, java.lang.String channel, boolean cFlag)
           
 

Constructor parameters in annotool.gui with type arguments of type Chain
ACResultPanel(javax.swing.JTabbedPane parentPane, int imgWidth, int imgHeight, java.lang.String channel, java.util.ArrayList<Chain> selectedChains, boolean cFlag)
           
 

Uses of Chain in annotool.io
 

Methods in annotool.io that return types with arguments of type Chain
 java.util.ArrayList<Chain> ChainIO.load(java.io.File file)
           
 

Method parameters in annotool.io with type arguments of type Chain
 void ChainIO.save(java.io.File file, java.util.ArrayList<Chain> chainList)
           
 void ChainIO.saveRanks(java.io.File file, java.util.ArrayList<Chain> chainList, float[][] rates, int chainNum)