An .rfz compressed file is actually a .zip file
consisting of three files. The first is an ASCII file of type
.txt containing the $nativeArray component of the
forest. The second is an ASCII file of type .factor.txt
containing the $nativefactorArray component of the forest. The
third is an ASCII file of type .xml containing the PMML
DataDictionary component.
PMML or the Predictive Model Markup Language is an XML based language
which provides a way for applications to define statistical and data
mining models and to share models between PMML compliant applications.
More information about PMML and the Data Mining Group can be found at
http:
The function rf2rfz is used to import the geometry of the
forest to the RF-SRC Java plugin that is capable of visualizing the
trees in the forest.
The geometry of the forest is saved as a file called
forestName.rfz in the users working directory. This file can
then be read by the randomForestSRC Java plugin.
Contact the authors on downloading the Java plugin.