public class BasicKnowledgeBase extends Object implements KnowledgeBase
Basic knowledge base
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
BasicKnowledgeBase(DoubleSparseMatrix transMatrix,
SimpleElementList rowKeyList,
SimpleElementList columnKeyList) |
| Modifier and Type | Method and Description |
|---|---|
SimpleElementList |
getColumnKeyList() |
DoubleSparseMatrix |
getKnowledgeMatrix()
A knowledge matrix saves the semantic relationships between various concepts.
|
SimpleElementList |
getRowKeyList() |
public BasicKnowledgeBase(DoubleSparseMatrix transMatrix, SimpleElementList rowKeyList, SimpleElementList columnKeyList)
public DoubleSparseMatrix getKnowledgeMatrix()
KnowledgeBasegetKnowledgeMatrix in interface KnowledgeBasepublic SimpleElementList getRowKeyList()
getRowKeyList in interface KnowledgeBasepublic SimpleElementList getColumnKeyList()
getColumnKeyList in interface KnowledgeBaseCopyright © 2018 JULIE Lab, Germany. All rights reserved.