Documentation
¶
Index ¶
- Constants
- func BinparseNew() *bp.BinaryPack
- func CanRead(f *os.File, nsec int64) bool
- func ChartBasic(title string, series []chart.Series) (out []byte, err error)
- func ChartSeries(n int) []interface{}
- func ConfACCOUNT(val string) string
- func ConfAccount() string
- func ConfArgs() []string
- func ConfEVENTTYPE(val string) string
- func ConfEventType() string
- func ConfNRAPI(val string) string
- func ConfNRAPIQ(val string) string
- func ConfNrapi() string
- func ConfNrapiq() string
- func DFFromCsv(fname string) *dataframe.DataFrame
- func FileTailNew(fname string) *follower.Follower
- func FileTailWatch(t *follower.Follower) []follower.Line
- func GrokNew(p map[string]string) (*grok.Grok, error)
- func HjsonParse(data []byte) (res *gabs.Container, err error)
- func Int(n string) int32
- func JSONParsing(data []byte) *gabs.Container
- func JSONPipeline(n int64) chan *gabs.Container
- func JSONPipelineMap(n int64) chan map[string]interface{}
- func NetList(net *netaddr.IPv4Net) []string
- func NumNorm(data []float64) []float64
- func NumStand(data []float64) []float64
- func Ping(addr string, listenAddr string) (*net.IPAddr, time.Duration, error)
- func SNMPv1Get(addr string, community string, _oid string, retry uint) interface{}
- func SNMPv2cGet(addr string, community string, _oid string, retry uint) interface{}
- func SNMPv2cWalk(addr string, community string, _oid string, retry uint) snmpgo.VarBinds
- func StatSmoothMovingAverageWeightless(p []float64, win int64) []float64
- func StatSmoothWeightless(p []float64, win int64) []float64
- func StdlibBG() context.Context
- func StdlibBytes(src string) []byte
- func StdlibFCacheNew(name string, size int) *fastcache.Cache
- func StdlibFlowAll(execs ...hunch.Executable) ([]interface{}, error)
- func StdlibFlowFirst(first int, execs ...hunch.Executable) ([]interface{}, error)
- func StdlibFlowLast(last int, execs ...hunch.Executable) ([]interface{}, error)
- func StdlibFlowPipe(execs ...hunch.ExecutableInSequence) (interface{}, error)
- func StdlibFlowRetry(count int, exec hunch.Executable) (interface{}, error)
- func StdlibParsetimeSetTZ(tz string)
- func StdlibSemaphore(n uint64) *semaphore.Weighted
- func StdlibShortID() *shortid.Shortid
- func StdlibTODO() context.Context
- func String(src []byte) string
- func TimeHumanAsNow(rel string) (time.Time, error)
- func UDPDTLSDial(dialip string, port int, cliCert, cliPub string) *dtls.Conn
- func UDPDTLSNew(bindip string, port int, srvCert, srvPub string) net.Listener
- func UUID() string
- func UnmarshalTrap(sock *net.IPConn, b []byte, n int) snmplib.Trap
- func UnmarshalTrap3(users []snmplib.V3user, sock *net.IPConn, b []byte, n int) snmplib.Trap
- func VegetaAttackRateGet(url string, _rate int, _duration int) (got uint64, want uint64)
- type SimpleFeedForward
- func (ff *SimpleFeedForward) Configure(epoch int, lrate float64, momentum float64, isReport bool)
- func (ff *SimpleFeedForward) Configured() bool
- func (ff *SimpleFeedForward) Test(dataset [][][]float64)
- func (ff *SimpleFeedForward) Train(dataset [][][]float64) []float64
- func (ff *SimpleFeedForward) Update(dataset []float64) []float64
Constants ¶
View Source
const ( // Stolen from https://godoc.org/golang.org/x/net/internal/iana, ProtocolICMP = 1 ProtocolIPv6ICMP = 58 )
Variables ¶
This section is empty.
Functions ¶
func BinparseNew ¶
func BinparseNew() *bp.BinaryPack
func ChartSeries ¶
func ChartSeries(n int) []interface{}
func ConfACCOUNT ¶
func ConfAccount ¶
func ConfAccount() string
func ConfEVENTTYPE ¶
func ConfEventType ¶
func ConfEventType() string
func ConfNRAPIQ ¶
func ConfNrapiq ¶
func ConfNrapiq() string
func FileTailNew ¶
func JSONParsing ¶
func JSONPipeline ¶
func JSONPipelineMap ¶
func SNMPv2cGet ¶
func SNMPv2cWalk ¶
func StatSmoothWeightless ¶
func StdlibBytes ¶
func StdlibFlowAll ¶
func StdlibFlowAll(execs ...hunch.Executable) ([]interface{}, error)
func StdlibFlowFirst ¶
func StdlibFlowFirst(first int, execs ...hunch.Executable) ([]interface{}, error)
func StdlibFlowLast ¶
func StdlibFlowLast(last int, execs ...hunch.Executable) ([]interface{}, error)
func StdlibFlowPipe ¶
func StdlibFlowPipe(execs ...hunch.ExecutableInSequence) (interface{}, error)
func StdlibFlowRetry ¶
func StdlibFlowRetry(count int, exec hunch.Executable) (interface{}, error)
func StdlibParsetimeSetTZ ¶
func StdlibParsetimeSetTZ(tz string)
func StdlibSemaphore ¶
func StdlibShortID ¶
func StdlibTODO ¶
func UnmarshalTrap3 ¶
Types ¶
type SimpleFeedForward ¶
type SimpleFeedForward struct {
// contains filtered or unexported fields
}
func SFFNew ¶
func SFFNew(input, hidden, output int) *SimpleFeedForward
func (*SimpleFeedForward) Configure ¶
func (ff *SimpleFeedForward) Configure(epoch int, lrate float64, momentum float64, isReport bool)
func (*SimpleFeedForward) Configured ¶
func (ff *SimpleFeedForward) Configured() bool
func (*SimpleFeedForward) Test ¶
func (ff *SimpleFeedForward) Test(dataset [][][]float64)
func (*SimpleFeedForward) Train ¶
func (ff *SimpleFeedForward) Train(dataset [][][]float64) []float64
func (*SimpleFeedForward) Update ¶
func (ff *SimpleFeedForward) Update(dataset []float64) []float64
Source Files
¶
- aimlsimple.go
- bc.go
- binparse.go
- bufio.go
- clips.go
- conf.go
- converthumanize.go
- cryptohash.go
- cryptothemiscell.go
- cryptothemiscompare.go
- cryptothemiskeys.go
- cryptothemismessage.go
- dataframe.go
- djson.go
- faker.go
- filetail.go
- filterbloom.go
- filtercuckoo.go
- formatsgv.go
- formatshtml.go
- formatssvg.go
- glob.go
- grok.go
- jsonhjson.go
- jsonparser.go
- kvbolt.go
- kvpogreb.go
- netaddr.go
- netdtls.go
- neticmp.go
- nostdlibforex.go
- nostdlibmoney.go
- nostdlibmoneyfmt.go
- numftdct.go
- numftdst.go
- numnorm.go
- numsmooth.go
- numstat.go
- protocolshttpclient.go
- protocolsmodbus.go
- protocolsmodem.go
- protocolsslack.go
- snmp.go
- snmpclient.go
- stdlib.go
- stdlibbatch.go
- stdlibbigcache.go
- stdlibcache.go
- stdlibdateparse.go
- stdlibdequeue.go
- stdliblocalflow.go
- stdlibpond.go
- stdlibringbuffer.go
- stdlibscript.go
- stdlibsystem.go
- stdlibtermui.go
- stdlibzmq.go
- stringsleven.go
- sysinfo.go
- tcpsrv.go
- telemetrydb.go
- templatesimple.go
- testingvegeta.go
- timehuman.go
- tlog.go
- utilschart.go
- zabbix.go
- zabbixclient.go
- zabbixsender.go
Click to show internal directories.
Click to hide internal directories.