weka.classifiers.lazy.kstar |
|
Java Source File Name | Type | Comment |
KStarCache.java | Class | A class representing the caching system used to keep track of each attribute
value and its corresponding scale factor or stop parameter. |
KStarConstants.java | Interface | |
KStarNominalAttribute.java | Class | A custom class which provides the environment for computing the
transformation probability of a specified test instance nominal
attribute to a specified train instance nominal attribute. |
KStarNumericAttribute.java | Class | A custom class which provides the environment for computing the
transformation probability of a specified test instance numeric
attribute to a specified train instance numeric attribute. |
KStarWrapper.java | Class | |