Package weka.classifiers.lazy
Class LWLDatasetBuilder.LWLContainer
- java.lang.Object
-
- weka.classifiers.lazy.LWLDatasetBuilder.LWLContainer
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LWLDatasetBuilder
public static class LWLDatasetBuilder.LWLContainer extends Object implements Serializable
the container with the weighted dataset, distances, indices.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description weka.core.Instances
dataset
the weighted dataset.double[]
distances
the distances.int[]
originalIndices
the indices (from the training dataset).
-
Constructor Summary
Constructors Constructor Description LWLContainer()
-