class WalkerMethod

Defined in:

walker_method.cr
walker_method/version.cr

Constant Summary

VERSION = "0.1.2"

Constructors

Instance Method Summary

Constructor Detail

def self.new(keys : Array(String), weights : Array(Int32)) #

[View source]

Instance Method Detail

def inx : Array(Int32) #

[View source]
def inx=(inx : Array(Int32)) #

[View source]
def keys : Array(String) #

[View source]
def keys=(keys : Array(String)) #

[View source]
def length : Int32 #

[View source]
def length=(length : Int32) #

[View source]
def prob : Array(BigFloat) #

[View source]
def prob=(prob : Array(BigFloat)) #

[View source]
def random #

[View source]
def sumw : BigInt #

[View source]
def sumw=(sumw : BigInt) #

[View source]
def weights : Array(Int32) #

[View source]
def weights=(weights : Array(Int32)) #

[View source]