Skip to content

v0.2.47..v0.2.48 changeset HootenannyRegenerateUnifyingRandomForestModels.asciidoc

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/docs/developer/HootenannyRegenerateUnifyingRandomForestModels.asciidoc b/docs/developer/HootenannyRegenerateUnifyingRandomForestModels.asciidoc
index b9fe59a..5cf8271 100644
--- a/docs/developer/HootenannyRegenerateUnifyingRandomForestModels.asciidoc
+++ b/docs/developer/HootenannyRegenerateUnifyingRandomForestModels.asciidoc
@@ -2,9 +2,9 @@
 [[RegenerateRandomForestModels]]
 == Regenerating Random Forest Models For Unifying Conflation
 
-As of 12/19/18, Random Forest models (.rf) are used in Unifying Conflation for Road and Building conflation only.  If changes are made to code 
-that affects the extracted features that help create those files, they must be regenerated and replaced in the hoot repository.  POI Generic 
-Conflation does not actually use its generated Random Forest model (.rf) and uses the Attribute Relation File (.arff).  The POI Attribute 
+As of 12/19/18, Random Forest models (.rf) are used in Unifying Conflation for Road and Building conflation only.  If changes are made to code
+that affects the extracted features that help create those files, they must be regenerated and replaced in the hoot repository.  POI Generic
+Conflation does not actually use its generated Random Forest model (.rf) and uses the Attribute Relation File (.arff).  The POI Attribute
 Relation File need only be regnerated if you plan to rework the Generic Conflation rules in the generic script file (PoiGeneric.js).
 
 To regenerate the files:
@@ -53,7 +53,7 @@ bzip2 train-highway.child/tmp/HighwayModelAll.arff
 cp train-highway.child/tmp/HighwayModelAll.arff.bz2 $HOOT_HOME/conf/models/HighwayModel.arff.bz2
 --------
 ** Regenerate the POI model (optional):
-*** Build the POI model files (TODO: verify this is right and update the regression test Makefile to do it automatically): 
+*** Build the POI model files (TODO: verify this is right and update the regression test Makefile to do it automatically):
 +
 --------
 cd train-poi.child && make all'
@@ -69,7 +69,7 @@ rm -f $HOOT_HOME/conf/models/PoiModel*
 --------
 bzip2 train-highway.child/tmp/HighwayModelAll.arff
 --------
-*** Copy the compressed model to the hoot dir: 
+*** Copy the compressed model to the hoot dir:
 +
 --------
 cp train-poi.child/tmp/?.arff.bz2 $HOOT_HOME/conf/models/PoiModel.arff.bz2
Clone this wiki locally