Serialized Form
Package gr.demokritos.iit.conceptualIndex.documentModel |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Graph
DistributionGraph Graph
- The Graph representing the document
- See Also:
DistributionGraph
DataString
java.lang.String DataString
- The string corresponding to input texts directly.
NeighbourhoodWindow
int NeighbourhoodWindow
- The size of the window indicating neighbourhood. I.e. if two tokens are positioned more than
NeighbourhoodWindow
, then they are not considered neighbours.
SourceNGramSize
int SourceNGramSize
- The size of the source n-grams (i.e. n-grams preceding a given token).
OnCompare
IDistributionComparisonListener OnCompare
- An event, used to attach a comparator of distributions to this class. The comparator is
used in the
normality
function.
MaxNGramSize
int MaxNGramSize
- The maximum size (in characters) of the n-grams appearing in this graph.
MinNGramSize
int MinNGramSize
- The minimum size (in characters) of the n-grams appearing in this graph.
Listener
NotificationListener Listener
- A listener used to notify of progress during long processes. Defaults to
null
.
DataString
java.lang.String DataString
- The datastring corresponding to the loaded data
Alphabet
java.util.Set<E> Alphabet
- The alphabet of symbols (characters) contained in the data string
Package gr.demokritos.iit.conceptualIndex.structs |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
hDistro
java.util.TreeMap<K,V> hDistro
- The underlying
TreeMap
representation of the Distribution
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
EdgeDistros
java.util.HashMap<K,V> EdgeDistros
- The mapping between edges and distributions.
Package gr.demokritos.iit.jinsect.casc.structs |
hVertexTypes
java.util.HashMap<K,V> hVertexTypes
- A HashMap of the Type of each Vertex in the graph.
Package gr.demokritos.iit.jinsect.console |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
DistroDocs
java.util.TreeMap<K,V> DistroDocs
- Map between level and distribution documents.
DistroWordDocs
java.util.TreeMap<K,V> DistroWordDocs
- Map between level and word distribution documents.
iMinCharNGram
int iMinCharNGram
- The minimum and maximum n-gram sizes to take into account.
iMaxCharNGram
int iMaxCharNGram
- The minimum and maximum n-gram sizes to take into account.
iMinWordNGram
int iMinWordNGram
- The minimum and maximum n-gram sizes to take into account.
iMaxWordNGram
int iMaxWordNGram
- The minimum and maximum n-gram sizes to take into account.
iWordDist
int iWordDist
- The word and character n-gram neighbourhood sizes.
iCharDist
int iCharDist
- The word and character n-gram neighbourhood sizes.
FullTextDataString
java.lang.String FullTextDataString
- The concatenation of all corpus texts.
Package gr.demokritos.iit.jinsect.distributed |
Interval
long Interval
myAgent
jade.core.Agent myAgent
CalcArgs
java.util.Queue<E> CalcArgs
OutputStream
java.io.PrintStream OutputStream
MigrationProbability
double MigrationProbability
AgentArgs
java.lang.Object[] AgentArgs
ndDoc1
SimpleTextDocument ndDoc1
ndDoc2
SimpleTextDocument ndDoc2
ndNDoc1
NGramDocument ndNDoc1
ndNDoc2
NGramDocument ndNDoc2
Doc1
java.lang.String Doc1
Doc2
java.lang.String Doc2
ID
java.lang.String ID
WordNGramSize_Min
int WordNGramSize_Min
WordNGramSize_Max
int WordNGramSize_Max
Word_Dmax
int Word_Dmax
CharacterNGramSize_Min
int CharacterNGramSize_Min
CharacterNGramSize_Max
int CharacterNGramSize_Max
Character_Dmax
int Character_Dmax
DoCharNGrams
boolean DoCharNGrams
DoWordNGrams
boolean DoWordNGrams
Silent
boolean Silent
ID
java.lang.String ID
Simil
SimilarityArray Simil
request
jade.lang.acl.ACLMessage request
ResultConsumer
jade.core.AID ResultConsumer
sDocument1
java.lang.String sDocument1
sDocument2
java.lang.String sDocument2
MigrationProbability
double MigrationProbability
WordMin
java.lang.Integer WordMin
WordMax
java.lang.Integer WordMax
WordDist
java.lang.Integer WordDist
CharMin
java.lang.Integer CharMin
CharMax
java.lang.Integer CharMax
CharDist
java.lang.Integer CharDist
Do
java.lang.String Do
Silent
boolean Silent
Blocking
boolean Blocking
myAgent
ResultsAgent myAgent
Interval
long Interval
pOut
java.io.PrintStream pOut
lTimeout
long lTimeout
OutFile
java.lang.String OutFile
SummaryDir
java.lang.String SummaryDir
ModelDir
java.lang.String ModelDir
Do
java.lang.String Do
psOutputStream
java.io.PrintStream psOutputStream
Silent
boolean Silent
ShowProgress
boolean ShowProgress
PendingRequests
int PendingRequests
CompletedRequests
int CompletedRequests
AllRequests
int AllRequests
AgentUniqueIDLength
int AgentUniqueIDLength
MaxPendingRequests
int MaxPendingRequests
MaxAgents
int MaxAgents
ActiveAgents
java.util.LinkedList<E> ActiveAgents
InitializedAgents
java.util.LinkedList<E> InitializedAgents
CurrentAgent
java.util.ListIterator<E> CurrentAgent
MigrationProbability
double MigrationProbability
WordMin
java.lang.Integer WordMin
WordMax
java.lang.Integer WordMax
WordDist
java.lang.Integer WordDist
CharMin
java.lang.Integer CharMin
CharMax
java.lang.Integer CharMax
CharDist
java.lang.Integer CharDist
WeightMethod
java.lang.Integer WeightMethod
Package gr.demokritos.iit.jinsect.documentModel.comparators |
distroComparator
IDistributionComparisonListener distroComparator
eclLocator
EdgeCachedLocator eclLocator
Listener
NotificationListener Listener
GraphImportance
double GraphImportance
sGraph
GraphSimilarity sGraph
sHistogram
GraphSimilarity sHistogram
GraphImportance
double GraphImportance
sGraph
GraphSimilarity sGraph
sHistogram
GraphSimilarity sHistogram
Package gr.demokritos.iit.jinsect.documentModel.documentTypes |
Dictionary
Dictionary Dictionary
Name
java.lang.String Name
DocumentCount
int DocumentCount
Graph
DocumentNGramDistroGraph Graph
Histogram
DocumentNGramHistogram Histogram
Graph
DocumentNGramGraph Graph
Histogram
DocumentNGramHistogram Histogram
Dictionary
Dictionary Dictionary
Name
java.lang.String Name
DocumentCount
int DocumentCount
Graph
DocumentWordDistroGraph Graph
Histogram
DocumentWordHistogram Histogram
DataString
java.lang.String DataString
Graph
DocumentWordGraph Graph
Histogram
DocumentWordHistogram Histogram
DataString
java.lang.String DataString
Package gr.demokritos.iit.jinsect.documentModel.representations |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
EdgeDistros
java.util.HashMap<K,V> EdgeDistros
eclLocator
EdgeCachedLocator eclLocator
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
MinSize
int MinSize
- The minimum and maximum n-gram size, and the cooccurence window.
Default values are 3, 3, 3 correspondingly.
MaxSize
int MaxSize
- The minimum and maximum n-gram size, and the cooccurence window.
Default values are 3, 3, 3 correspondingly.
CorrelationWindow
int CorrelationWindow
- The minimum and maximum n-gram size, and the cooccurence window.
Default values are 3, 3, 3 correspondingly.
DataString
java.lang.String DataString
DegradedEdges
java.util.HashMap<K,V> DegradedEdges
Normalizer
NormalizerListener Normalizer
WordEvaluator
WordEvaluatorListener WordEvaluator
TextPreprocessor
TextPreprocessorListener TextPreprocessor
NGramGraphArray
UniqueVertexGraph[] NGramGraphArray
MinSize
int MinSize
MaxSize
int MaxSize
DataString
java.lang.String DataString
NGramHistogram
java.util.HashMap<K,V> NGramHistogram
WordEvaluator
WordEvaluatorListener WordEvaluator
TextPreprocessor
TextPreprocessorListener TextPreprocessor
iTotalNGrams
int iTotalNGrams
- The number of total n-grams of the analyzed text.
eclLocator
EdgeCachedLocator eclLocator
eclLocator
EdgeCachedLocator eclLocator
- Speeds up edge location in a given graph, by caching last searches.
TokenGenerator
TokenGeneratorListener TokenGenerator
DeletionNotificationListener
NotificationListener DeletionNotificationListener
TokenGenerator
TokenGeneratorListener TokenGenerator
DeletionNotificationListener
NotificationListener DeletionNotificationListener
TokenGenerator
TokenGeneratorListener TokenGenerator
Graph
DocumentNGramGaussNormGraph Graph
Package gr.demokritos.iit.jinsect.events |
TaskName
java.lang.String TaskName
- The name of the task under progress.
Progress
double Progress
- A number indicative of the progress.
SubtaskName
java.lang.String SubtaskName
- The name of the subtask under progress.
Package gr.demokritos.iit.jinsect.gui |
tCur
java.lang.Thread tCur
BrowseModelDirBtn
javax.swing.JButton BrowseModelDirBtn
BrowseOutputFileBtn
javax.swing.JButton BrowseOutputFileBtn
BrowseSummaryDirBtn
javax.swing.JButton BrowseSummaryDirBtn
ButtonPanel
javax.swing.JPanel ButtonPanel
CharDistEdt
javax.swing.JSpinner CharDistEdt
CharMaxEdt
javax.swing.JSpinner CharMaxEdt
CharMinEdt
javax.swing.JSpinner CharMinEdt
CharOptPnl
javax.swing.JPanel CharOptPnl
DetailedResultsPnl
javax.swing.JScrollPane DetailedResultsPnl
DetailedResultsTbl
javax.swing.JTable DetailedResultsTbl
DirsPanel
javax.swing.JPanel DirsPanel
DistrosChk
javax.swing.JRadioButton DistrosChk
DoCharChk
javax.swing.JCheckBox DoCharChk
DoEvalBtn
javax.swing.JButton DoEvalBtn
DoPnl
javax.swing.JPanel DoPnl
DoWordChk
javax.swing.JCheckBox DoWordChk
ExitBtn
javax.swing.JButton ExitBtn
GenOptPnl
javax.swing.JPanel GenOptPnl
LogMemo
javax.swing.JTextArea LogMemo
LogScrollPane
javax.swing.JScrollPane LogScrollPane
MeasureOptionGrp
javax.swing.ButtonGroup MeasureOptionGrp
ModelsRootDirEdt
javax.swing.JTextField ModelsRootDirEdt
OccurencesChk
javax.swing.JRadioButton OccurencesChk
OptionsPanel
javax.swing.JPanel OptionsPanel
OtherOptsPnl
javax.swing.JPanel OtherOptsPnl
OutputFileEdt
javax.swing.JTextField OutputFileEdt
OutputMemo
javax.swing.JTextArea OutputMemo
ProgressChk
javax.swing.JCheckBox ProgressChk
SilentChk
javax.swing.JCheckBox SilentChk
SummariesRootDirEdt
javax.swing.JTextField SummariesRootDirEdt
SwitchesPanel
javax.swing.JPanel SwitchesPanel
SwitchesTabbedPanel
javax.swing.JTabbedPane SwitchesTabbedPanel
ThreadCntEdt
javax.swing.JSpinner ThreadCntEdt
UsePnl
javax.swing.JPanel UsePnl
VerbosityPnl
javax.swing.JPanel VerbosityPnl
WordDistEdt
javax.swing.JSpinner WordDistEdt
WordMaxEdt
javax.swing.JSpinner WordMaxEdt
WordMinEdt
javax.swing.JSpinner WordMinEdt
WordOptPnl
javax.swing.JPanel WordOptPnl
jLabel1
javax.swing.JLabel jLabel1
jLabel10
javax.swing.JLabel jLabel10
jLabel2
javax.swing.JLabel jLabel2
jLabel3
javax.swing.JLabel jLabel3
jLabel4
javax.swing.JLabel jLabel4
jLabel5
javax.swing.JLabel jLabel5
jLabel6
javax.swing.JLabel jLabel6
jLabel7
javax.swing.JLabel jLabel7
jLabel8
javax.swing.JLabel jLabel8
jLabel9
javax.swing.JLabel jLabel9
jPanel1
javax.swing.JPanel jPanel1
jScrollPane1
javax.swing.JScrollPane jScrollPane1
HTMLEd
javax.swing.JEditorPane HTMLEd
TextEd
javax.swing.JTextArea TextEd
jButton1
javax.swing.JButton jButton1
jPanel1
javax.swing.JPanel jPanel1
jPanel2
javax.swing.JPanel jPanel2
jTabbedPane1
javax.swing.JTabbedPane jTabbedPane1
jToolBar1
javax.swing.JToolBar jToolBar1
DataRepository
INSECTMemoryDB<TObjectType extends java.io.Serializable> DataRepository
CategorySuggester
Suggester CategorySuggester
CategoryDecider
Decider CategoryDecider
bStopFold
boolean bStopFold
EXIT_ON_CLOSE
int EXIT_ON_CLOSE
sfStatus
StatusFrame sfStatus
AnalyzeFileBtn
javax.swing.JButton AnalyzeFileBtn
CategoryList
javax.swing.JList CategoryList
ClearCategoriesBtn
javax.swing.JButton ClearCategoriesBtn
CorpusDirEd
javax.swing.JTextField CorpusDirEd
DataDirEd
javax.swing.JTextField DataDirEd
FoldCountStatusBar
javax.swing.JLabel FoldCountStatusBar
FoldsEd
javax.swing.JTextField FoldsEd
MainTestBtn
javax.swing.JButton MainTestBtn
OptionsMnu
javax.swing.JPopupMenu OptionsMnu
PartOfCorpusEd
javax.swing.JTextField PartOfCorpusEd
PruningFactorEd
javax.swing.JTextField PruningFactorEd
SecondaryStatusBar
javax.swing.JLabel SecondaryStatusBar
ShowSecondaryToolbarChk
javax.swing.JCheckBoxMenuItem ShowSecondaryToolbarChk
StatusBar
javax.swing.JLabel StatusBar
StopProcessFoldMnu
javax.swing.JMenuItem StopProcessFoldMnu
SuggesterOnChk
javax.swing.JCheckBox SuggesterOnChk
TrainingPercentEd
javax.swing.JTextField TrainingPercentEd
TrainingSetDirEd
javax.swing.JTextField TrainingSetDirEd
UseTrainingDirChk
javax.swing.JCheckBox UseTrainingDirChk
jLabel1
javax.swing.JLabel jLabel1
jLabel2
javax.swing.JLabel jLabel2
jLabel3
javax.swing.JLabel jLabel3
jLabel4
javax.swing.JLabel jLabel4
jLabel5
javax.swing.JLabel jLabel5
jLabel6
javax.swing.JLabel jLabel6
jLabel7
javax.swing.JLabel jLabel7
jLabel8
javax.swing.JLabel jLabel8
jPanel1
javax.swing.JPanel jPanel1
zoomIncrement
double zoomIncrement
zoomFactor
double zoomFactor
navZoomFactor
double navZoomFactor
image
java.awt.image.BufferedImage image
navigationImage
java.awt.image.BufferedImage navigationImage
navImageWidth
int navImageWidth
navImageHeight
int navImageHeight
initialScale
double initialScale
scale
double scale
navScale
double navScale
originX
int originX
originY
int originY
mousePosition
java.awt.Point mousePosition
previousPanelSize
java.awt.Dimension previousPanelSize
navigationImageEnabled
boolean navigationImageEnabled
highQualityRenderingEnabled
boolean highQualityRenderingEnabled
wheelZoomDevice
gr.demokritos.iit.jinsect.gui.NavigableImagePanel.WheelZoomDevice wheelZoomDevice
buttonZoomDevice
gr.demokritos.iit.jinsect.gui.NavigableImagePanel.ButtonZoomDevice buttonZoomDevice
cdDoc
DistributionDocument[] cdDoc
sgOverallGraph
SymbolicGraph sgOverallGraph
siIndex
SemanticIndex siIndex
dLastUpdate
java.util.Date dLastUpdate
lActiveActions
java.util.ArrayList<E> lActiveActions
Delims
java.util.TreeMap<K,V> Delims
Chunker
EntropyChunker Chunker
AnalyseCorpusBtn
javax.swing.JButton AnalyseCorpusBtn
BreakDownBtn
javax.swing.JButton BreakDownBtn
BreakFileDownBtn
javax.swing.JButton BreakFileDownBtn
CancelAllBtn
javax.swing.JButton CancelAllBtn
ClearGraphsBtn
javax.swing.JButton ClearGraphsBtn
CompareFilesBtn
javax.swing.JButton CompareFilesBtn
CorpusPercentSld
javax.swing.JSlider CorpusPercentSld
CreateNGramGraphBtn
javax.swing.JButton CreateNGramGraphBtn
DelimitersEdt
javax.swing.JTextField DelimitersEdt
FilePathEdt
javax.swing.JTextField FilePathEdt
FindPathBtn
javax.swing.JButton FindPathBtn
LogMemo
javax.swing.JTextArea LogMemo
LookUpTermBtn
javax.swing.JButton LookUpTermBtn
NGramSizeSldr
javax.swing.JSlider NGramSizeSldr
SecondInputFileLbl
javax.swing.JLabel SecondInputFileLbl
SelectInputFileBtn
javax.swing.JButton SelectInputFileBtn
SelectInputFileEdt
javax.swing.JTextField SelectInputFileEdt
SelectSecondInputFileEdt
javax.swing.JTextField SelectSecondInputFileEdt
SelectSecondTestFileBtn
javax.swing.JButton SelectSecondTestFileBtn
SelectTestFileBtn
javax.swing.JButton SelectTestFileBtn
TermEdt
javax.swing.JTextField TermEdt
jButton1
javax.swing.JButton jButton1
jLabel1
javax.swing.JLabel jLabel1
jLabel2
javax.swing.JLabel jLabel2
jLabel3
javax.swing.JLabel jLabel3
jLabel4
javax.swing.JLabel jLabel4
jLabel5
javax.swing.JLabel jLabel5
jLabel6
javax.swing.JLabel jLabel6
jScrollPane1
javax.swing.JScrollPane jScrollPane1
LabelText
java.lang.String LabelText
- The text of the label, without any modification.
ProgressBar
javax.swing.JProgressBar ProgressBar
StatusLbl
javax.swing.JLabel StatusLbl
Package gr.demokritos.iit.jinsect.indexing |
Name
java.lang.String Name
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Comparator
SimilarityComparatorListener Comparator
NamedObjects
java.util.Set<E> NamedObjects
Clusterer
IClusterer Clusterer
Hierarchy
UniqueVertexGraph Hierarchy
Storage
INSECTDB<TObjectType extends java.io.Serializable> Storage
- An
INSECTDB
type storage, to hold the representations of the
documents.
CLUSTER_OBJECT_CATEGORY
java.lang.String CLUSTER_OBJECT_CATEGORY
Notifier
NotificationListener Notifier
- A notifier for the progress of various tasks.
Loader
IFileLoader<Type> Loader
- A
IFileLoader
variable that can load documents given an
identifier. If null, then the document id is used as a file name and the
corresponding file is attempted to be loaded.
TopVertex
salvo.jesus.graph.Vertex TopVertex
Package gr.demokritos.iit.jinsect.storage |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Prefix
java.lang.String Prefix
BaseDir
java.lang.String BaseDir
Package gr.demokritos.iit.jinsect.structs |
WordDefs
java.util.HashSet<E> WordDefs
Name
java.lang.String Name
MaxWordSize
int MaxWordSize
AddSubStrings
boolean AddSubStrings
RemoveSubStrings
boolean RemoveSubStrings
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The locator should NOT hold any cache data and thus this method is
overriden by an empty method.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- The locator should NOT hold any cache data and thus this method is
overriden by an empty method.
- Throws:
java.io.IOException
CacheMaxSize
int CacheMaxSize
Cache
java.util.HashMap<K,V> Cache
CacheAccess
java.util.TreeMap<K,V> CacheAccess
ElementAccessTime
java.util.HashMap<K,V> ElementAccessTime
TimeCnt
long TimeCnt
lHits
long lHits
lMisses
long lMisses
readObject
private void readObject(java.io.ObjectInputStream ooisIn)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream oosOut)
throws java.io.IOException
- Throws:
java.io.IOException
SimpleTextGraphSimil
GraphSimilarity SimpleTextGraphSimil
SimpleTextHistoSimil
GraphSimilarity SimpleTextHistoSimil
SimpleTextOverallSimil
GraphSimilarity SimpleTextOverallSimil
NGramGraphSimil
GraphSimilarity NGramGraphSimil
NGramHistoSimil
GraphSimilarity NGramHistoSimil
NGramOverallSimil
GraphSimilarity NGramOverallSimil
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
UniqueVertices
java.util.HashMap<K,V> UniqueVertices
- The map of vertices and labels.
Word
java.lang.String Word
- The word described by the definition.
Hash
int Hash
- A hash corresponding to the word described by the definition.
Package gr.demokritos.iit.summarization.analysis |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Serializable
interface implementer.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
Serializable
interface implementer.
- Throws:
java.io.IOException
readObjectNoData
private void readObjectNoData()
throws java.io.ObjectStreamException
Serializable
interface implementer.
- Throws:
java.io.ObjectStreamException
sgOverallGraph
SymbolicGraph sgOverallGraph
- The graph containing symbol sequence information.
clLocator
EdgeCachedLocator clLocator
smDelims
java.util.SortedMap<K,V> smDelims
param
svm_parameter param
nr_class
int nr_class
l
int l
SV
svm_node[][] SV
sv_coef
double[][] sv_coef
rho
double[] rho
probA
double[] probA
probB
double[] probB
label
int[] label
nSV
int[] nSV
index
int index
value
double value
svm_type
int svm_type
kernel_type
int kernel_type
degree
double degree
gamma
double gamma
coef0
double coef0
cache_size
double cache_size
eps
double eps
C
double C
nr_weight
int nr_weight
weight_label
int[] weight_label
weight
double[] weight
nu
double nu
p
double p
shrinking
int shrinking
probability
int probability
l
int l
y
double[] y
x
svm_node[][] x
Package probabilisticmodels |
readObject
private void readObject(java.io.ObjectInputStream is)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream os)
throws java.io.IOException
- Throws:
java.io.IOException
documentTermMatrix
probabilisticmodels.Matrix2D documentTermMatrix
documentTopicMatrixPerLevel
probabilisticmodels.Matrix2D[] documentTopicMatrixPerLevel
topicAboveTopicMatrixPerLevel
probabilisticmodels.Matrix2D[] topicAboveTopicMatrixPerLevel
leafTopicTermMatrix
probabilisticmodels.Matrix2D leafTopicTermMatrix
wordTopics
java.util.HashMap<K,V> wordTopics
numOfLevels
int numOfLevels
alpha
double alpha
beta
double beta
ProgressIndicator
NotificationListener ProgressIndicator
- A NotificationListener that would expect a double number as oParams object.