protected class LADTree.LADInstance extends Instance
Modifier and Type | Field and Description |
---|---|
double[] |
fVector |
double[] |
pVector |
double[] |
wVector |
double[] |
zVector |
m_AttValues, m_Dataset, m_Weight, MISSING_VALUE
Constructor and Description |
---|
LADInstance(Instance instance) |
Modifier and Type | Method and Description |
---|---|
Object |
copy()
Produces a shallow copy of this instance.
|
String |
toString()
Returns the description of one instance.
|
void |
updatePVector(double[] newFVector) |
void |
updateVectors(double[] newFVector) |
void |
updateWeights(double[] fVectorIncrement) |
void |
updateWVector() |
void |
updateZVector() |
double |
yVector(int index) |
attribute, attributeSparse, classAttribute, classIndex, classIsMissing, classValue, dataset, deleteAttributeAt, enumerateAttributes, equalHeaders, getRevision, hasMissingValue, index, insertAttributeAt, isMissing, isMissing, isMissingSparse, isMissingValue, main, mergeInstance, missingValue, numAttributes, numClasses, numValues, relationalValue, relationalValue, replaceMissingValues, setClassMissing, setClassValue, setClassValue, setDataset, setMissing, setMissing, setValue, setValue, setValue, setValue, setValueSparse, setWeight, stringValue, stringValue, toDoubleArray, toString, toString, toStringNoWeight, value, value, valueSparse, weight
public double[] fVector
public double[] wVector
public double[] pVector
public double[] zVector
public LADInstance(Instance instance)
public void updateWeights(double[] fVectorIncrement)
public void updateVectors(double[] newFVector)
public void updatePVector(double[] newFVector)
public void updateWVector()
public void updateZVector()
public double yVector(int index)
public Object copy()
Instance
new Instance(instance)
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.