Package | Description |
---|---|
weka.classifiers.lazy | |
weka.classifiers.lazy.kstar |
Modifier and Type | Field and Description |
---|---|
protected KStarCache[] |
KStar.m_Cache
A custom data structure for caching distinct attribute values
and their scale factor or stop parameter.
|
Modifier and Type | Field and Description |
---|---|
protected KStarCache |
KStarNumericAttribute.m_Cache
A cache for storing attribute values and their corresponding scale
parameters
|
protected KStarCache |
KStarNominalAttribute.m_Cache
A cache for storing attribute values and their corresponding
stop parameters
|
Constructor and Description |
---|
KStarNominalAttribute(Instance test,
Instance train,
int attrIndex,
Instances trainSet,
int[][] randClassCol,
KStarCache cache)
Constructor
|
KStarNumericAttribute(Instance test,
Instance train,
int attrIndex,
Instances trainSet,
int[][] randClassCols,
KStarCache cache)
Constructor
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.