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
Config::Model::Backend::Debian::Dpkg::Patch(3pm)	User Contributed Perl Documentation	  Config::Model::Backend::Debian::Dpkg::Patch(3pm)

NAME
Config::Model::Backend::Debian::Dpkg::Patch - Read and write Debian Dpkg Patch information VERSION
version 2.021 SYNOPSIS
No synopsis. This class is dedicated to configuration class "Debian::Dpkg::Patch" DESCRIPTION
This module is used directly by Config::Model to read or write the content of Debian "Patch" file. All "Patch" files keyword are read in a case-insensitive manner. CONSTRUCTOR
new ( node => $node_obj, name => 'Debian::Dpkg::Patch' ) ; Inherited from Config::Model::Backend::Any. The constructor will be called by Config::Model::AutoRead. read ( io_handle => ... ) Of all parameters passed to this read call-back, only "io_handle" is used. This parameter must be IO::File object already opened for read. It can also be undef. In this case, "read()" will return 0. When a file is read, "read()" will return 1. write ( io_handle => ... ) Of all parameters passed to this write call-back, only "io_handle" is used. This parameter must be IO::File object already opened for write. "write()" will return 1. AUTHOR
Dominique Dumont, (ddumont at cpan dot org) SEE ALSO
Config::Model, Config::Model::AutoRead, Config::Model::Backend::Any, perl v5.14.2 2012-11-09 Config::Model::Backend::Debian::Dpkg::Patch(3pm)