31 #include <libxml/xpathInternals.h>
42 std::ostringstream ss;
104 std::string displayName,
106 std::string dataType,
110 bool interval=
false);
112 std::string usageType);
114 std::string description,
116 std::string appVersion,
117 std::string annotation);
127 std::string nodename);
128 xmlNodePtr
GetPtr(
int ann_index,
130 xmlNodePtr
GetPtr(std::string ann_name,
150 std::string inputName,
152 std::string dataType,
153 double orig1,
double norm1,
154 double orig2,
double norm2);
160 std::vector<double> weights);
162 std::string outputName,
164 std::string dataType,
165 double orig1,
double norm1,
166 double orig2,
double norm2);
185 std::string ann_name);
201 std::string targetFieldName);
208 std::vector<std::string> fieldRef);
235 std::vector<double> &minInput, std::vector<double> &maxInput,
236 std::vector<double> &minOutput, std::vector<double> &maxOutput,
237 std::vector<double> &valW );
240 std::string functionName,
243 std::string functionName,
246 std::string functionName,
252 std::string functionName,
255 std::string functionName,
258 std::string functionName,
294 std::string
_getProp(
const xmlNodePtr node,
295 std::string
const & prop )
const;
301 #endif //__PMMLLIB_H__