public interface ITermMetadata
Modifier and Type | Method and Description |
---|---|
void |
add()
Add an occurrence.
|
double |
getLocalTermWeight()
The local term weight, which may be computed by a variety of methods.
|
void |
setLocalTermWeight(double d)
The local term weight, which may be computed by a variety of methods.
|
int |
termFreq()
The term (aka token) frequency count.
|
int termFreq()
void add()
double getLocalTermWeight()
void setLocalTermWeight(double d)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.