Predictive Model Markup Language (PMML)

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Predictive Model Markup Language (PMML)
# 1  
Old 04-05-2009
Predictive Model Markup Language (PMML)

Tim Bass
04-05-2009 05:19 PM


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Awk Script for Personal Markup

input: ---- blablablabla foofoofooo nothing foo never never nothing foo ever forever foo bar foo moo bar moo status quo blablabla never foo moo bar moo blablabla pehh (2 Replies)
Discussion started by: uterwer
2 Replies

2. AIX

Predictive Error

We are getting the following diagela error messages every half hour from our P6 P520 AIX server after incorrectly accidentally configuring both HMC ports on the FSP with the same IP address a month ago: B1A38B24: External environment Predictive Error, general. Refer to the system... (0 Replies)
Discussion started by: Pleck
0 Replies
Login or Register to Ask a Question
TROFF2HTML(1)						      General Commands Manual						     TROFF2HTML(1)

NAME
troff2html - convert troff documents to Hypertext Markup Language SYNTAX
troff2html [ options ] file ... ] DESCRIPTION
troff2html converts files written in the troff input language and converts them to Hypertext Markup Language (HTML). It works by running the input files through troffcvt and then through tc2html and tc2html-toc. troff2html understands the usual troffcvt options. It also understands the additional options listed below: -D Enable debugging output. -E Cause tc2html to echo token information to stderr as tokens are read from troffcvt. -n No execution. Just show the commands that troff2html would execute to process the document. -p Don't run the postprocessors (tc2html and tc2html-toc). The output from troff2html will be in the troffcvt output language. -T title Specify a title for the document. This can be used for documents that do not contain any recognizable title. If the document does contain a title, it is overridden. SEE ALSO
troffcvt(1), tc2html(1) WHO-TO-BLAME Paul DuBois, dubois@primate.wisc.edu. BUGS
troff2html uses a set of special macros that tell troffcvt how to generate tc2html-specific output that tc2html uses to recognize HTML structural elements. These macros do not work in compatibility mode. TROFF2HTML(1)