Skip to content

Commit

Permalink
Updated apollo package
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jun 18, 2024
1 parent 263f876 commit 23fe435
Show file tree
Hide file tree
Showing 6 changed files with 14,027 additions and 14,000 deletions.
26 changes: 26 additions & 0 deletions pmml-rexp/src/main/java/org/jpmml/rexp/ApolloConverter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
* Copyright (c) 2024 Villu Ruusmann
*
* This file is part of JPMML-R
*
* JPMML-R is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* JPMML-R is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with JPMML-R. If not, see <http://www.gnu.org/licenses/>.
*/
package org.jpmml.rexp;

public class ApolloConverter extends MaxLikConverter {

public ApolloConverter(RGenericVector apollo){
super(apollo);
}
}
1 change: 1 addition & 0 deletions pmml-rexp/src/main/resources/META-INF/r2pmml.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ada = org.jpmml.rexp.AdaConverter
apollo = org.jpmml.rexp.ApolloConverter
bagging = org.jpmml.rexp.BaggingConverter
BinaryTree = org.jpmml.rexp.BinaryTreeConverter
boosting = org.jpmml.rexp.BoostingConverter
Expand Down
Loading

0 comments on commit 23fe435

Please sign in to comment.