| Package | Description |
|---|---|
| dragon.ir.classification | |
| dragon.matrix |
| Modifier and Type | Method and Description |
|---|---|
protected Row |
AbstractClassifier.getRow(int docIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
NBClassifier.classify(Row doc) |
int |
Classifier.classify(Row doc)
Classify one particular document
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRow
Abstract row class implementing functions of as row related operations
|
class |
DoubleRow
Row of matrix for data type of double
|
class |
IntRow
Row of matrix for integer data
|
| Modifier and Type | Field and Description |
|---|---|
protected Row[] |
AbstractSuperSparseMatrix.arrCachedRow |
| Modifier and Type | Method and Description |
|---|---|
protected Row |
IntSuperSparseMatrix.createRow(int row,
int columns,
byte[] data) |
protected Row |
IntGiantSparseMatrix.createRow(int row,
int columns,
byte[] data) |
protected Row |
DoubleSuperSparseMatrix.createRow(int row,
int columns,
byte[] data) |
protected Row |
DoubleGiantSparseMatrix.createRow(int row,
int columns,
byte[] data) |
protected abstract Row |
AbstractSuperSparseMatrix.createRow(int row,
int columns,
byte[] data) |
protected abstract Row |
AbstractGiantSparseMatrix.createRow(int row,
int columns,
byte[] data) |
protected Row |
AbstractSuperSparseMatrix.getRow(int index) |
protected Row |
AbstractGiantSparseMatrix.getRow(int index) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.