Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zgornel committed May 21, 2018
1 parent 7348a8f commit 9a92058
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/NetworkLearning.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Network Learning
VERSION >= v"0.6" && __precompile__(true)
__precompile__(true)

"""
NetworkLearning implements a generic framework for network classification. It could in theory be used for other functionality such as regression and density estimation,
Expand Down
8 changes: 4 additions & 4 deletions src/obslearning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ mutable struct NetworkLearnerObs{T,U,S,V,
RL::R # relational learner
Ci::C # collective inferer
Adj::A # adjacency information
use_local_data::Bool # whether to use local data
target_enc::L # target encoding
size_in::Int # expected input dimensionality
size_out::Int # expected output dimensionality
use_local_data::Bool # whether to use local data
target_enc::L # target encoding
size_in::Int # expected input dimensionality
size_out::Int # expected output dimensionality
obsdim::OD # observation dimension
end

Expand Down

0 comments on commit 9a92058

Please sign in to comment.