File tree Expand file tree Collapse file tree
src/main/java/edu/virginia/uvacluster/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -333,6 +333,7 @@ public void trainOn(List<Cluster> clusters) {
333333 nextLevel .addAll (root .getChildren ());
334334
335335 for (Child child : getRootFeatures ()) {
336+ System .out .println (child .getName ());
336337 child .addTo (featureMap .get (child .getName ()).number );
337338 }
338339
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public static List<FeatureSet> parse(Set<String> featureKeys) {
5050
5151 // Check if Mean : weight -- to use alternative mean calculation
5252 // over all possible edges
53- if (weightFeaturePattern .matcher (featureName ).matches ())
53+ if (weightFeaturePattern .matcher (featureName ).matches () && statName . equals ( "Mean" ) )
5454 statName = "mean possible" ;
5555
5656 if (statsMap .get (featureName ) == null )
You can’t perform that action at this time.
0 commit comments