Skip to content

Commit

Permalink
Remove estimate_ratio placeholder (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
xukai92 committed Sep 12, 2019
1 parent 5788c86 commit 72adf1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/DensityRatioEstimation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ module DensityRatioEstimation
using Parameters, Statistics, LinearAlgebra, JuMP
import Ipopt; IpoptOptimizer = Ipopt.Optimizer

estimate_ratio() = error("`estimate_ratio()` is not implemented.")
export estimate_ratio

include("moment_matching.jl")
export MMDAnalytical, MMDNumerical

export estimate_ratio

end

0 comments on commit 72adf1a

Please sign in to comment.