}
this.neighbors_ = new TObjectDoubleHashMap();
this.isSeedNode_ = false;
this.isTestNode_ = false;
this.features_ = new RyanFeatureVector(-1, -1, null);
// initialize the estimated labels with dummy label
labelManager.add(estimated_labels_, (float) 1.0, label, (float) 1.0);
}