public class AbstractModel extends Object
Abstract model implements basic functions for topic model which can be inherited by other classes
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
protected int |
iterations |
protected int |
seed |
protected PrintWriter |
statusOut |
| Constructor and Description |
|---|
AbstractModel() |
| Modifier and Type | Method and Description |
|---|---|
protected DoubleVector |
getBkgModel(IndexReader indexReader) |
int |
getIterationNum() |
protected void |
printStatus(String line) |
void |
setIterationNum(int num) |
void |
setRandomSeed(int seed) |
void |
setStatusOut(PrintWriter out) |
protected int iterations
protected int seed
protected PrintWriter statusOut
public int getIterationNum()
public void setIterationNum(int num)
public void setRandomSeed(int seed)
public void setStatusOut(PrintWriter out)
protected void printStatus(String line)
protected DoubleVector getBkgModel(IndexReader indexReader)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.